summary refs log tree commit diff
path: root/pkgs/tools/misc/woeusb
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-02 06:06:56 -0700
committerBjørn Forsman <bjorn.forsman@gmail.com>2018-04-02 17:30:04 +0200
commitaf53e7599798106904f07e217e3792482b8130b1 (patch)
treea098cfe73001fe4495b0333ac828dadcd8d1498e /pkgs/tools/misc/woeusb
parentcace5017cb6f9347ac42613c122ea03277af23e5 (diff)
downloadnixlib-af53e7599798106904f07e217e3792482b8130b1.tar
nixlib-af53e7599798106904f07e217e3792482b8130b1.tar.gz
nixlib-af53e7599798106904f07e217e3792482b8130b1.tar.bz2
nixlib-af53e7599798106904f07e217e3792482b8130b1.tar.lz
nixlib-af53e7599798106904f07e217e3792482b8130b1.tar.xz
nixlib-af53e7599798106904f07e217e3792482b8130b1.tar.zst
nixlib-af53e7599798106904f07e217e3792482b8130b1.zip
woeusb: 3.1.4 -> 3.1.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/woeusb/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/8j0k3dnx7vc5wcmayficjdsk02ix55va-woeusb-3.1.5/bin/woeusb -h` got 0 exit code
- ran `/nix/store/8j0k3dnx7vc5wcmayficjdsk02ix55va-woeusb-3.1.5/bin/woeusb --help` got 0 exit code
- ran `/nix/store/8j0k3dnx7vc5wcmayficjdsk02ix55va-woeusb-3.1.5/bin/woeusb -V` and found version 3.1.5
- ran `/nix/store/8j0k3dnx7vc5wcmayficjdsk02ix55va-woeusb-3.1.5/bin/woeusb --version` and found version 3.1.5
- ran `/nix/store/8j0k3dnx7vc5wcmayficjdsk02ix55va-woeusb-3.1.5/bin/woeusb -h` and found version 3.1.5
- ran `/nix/store/8j0k3dnx7vc5wcmayficjdsk02ix55va-woeusb-3.1.5/bin/woeusb --help` and found version 3.1.5
- found 3.1.5 with grep in /nix/store/8j0k3dnx7vc5wcmayficjdsk02ix55va-woeusb-3.1.5
- directory tree listing: https://gist.github.com/a1e026683073657b8127fe93d50cdb18

[Bjørn: change commit prefix from "winusb" to "woeusb".]
Diffstat (limited to 'pkgs/tools/misc/woeusb')
-rw-r--r--pkgs/tools/misc/woeusb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/woeusb/default.nix b/pkgs/tools/misc/woeusb/default.nix
index 436a252e678d..197eea17d886 100644
--- a/pkgs/tools/misc/woeusb/default.nix
+++ b/pkgs/tools/misc/woeusb/default.nix
@@ -3,14 +3,14 @@
 , wxGTK30 }:
 
 stdenv.mkDerivation rec {
-  version = "3.1.4";
+  version = "3.1.5";
   name = "woeusb-${version}";
 
   src = fetchFromGitHub {
     owner = "slacka";
     repo = "WoeUSB";
     rev = "v${version}";
-    sha256 = "0hvxsm6k6s29wnr3i5b9drf6ml0i32is2l50l3cxvf1f499w4bpc";
+    sha256 = "0jbyrd49ikwkfpnka884y3p600bm3nfil2zinrgbac7vyhxxqjmw";
   };
 
   buildInputs = [ wxGTK30 autoreconfHook makeWrapper ];