about summary refs log tree commit diff
path: root/pkgs/tools/misc/woeusb
diff options
context:
space:
mode:
authorChristian Höppner <mkaito@users.noreply.github.com>2018-06-18 16:49:57 +0100
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-18 17:49:57 +0200
commit54f50e6e2524dc29732c6d1a47e61c72e0f4dd55 (patch)
tree7a08337b9256126d784a106e941e1a9f446a34e1 /pkgs/tools/misc/woeusb
parent8180c32b7384878687e352c2ab7275fd7d38267a (diff)
WoeUSB: 3.1.5 -> 3.2.1 (#42158)
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 197eea17d8868..9c6211b13dfea 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.5";
+  version = "3.2.1";
   name = "woeusb-${version}";
 
   src = fetchFromGitHub {
     owner = "slacka";
     repo = "WoeUSB";
     rev = "v${version}";
-    sha256 = "0jbyrd49ikwkfpnka884y3p600bm3nfil2zinrgbac7vyhxxqjmw";
+    sha256 = "0qymdc216ws6adkzmzxz6hx43dim0hpwab9c4qmgg8jnkhnpvnj1";
   };
 
   buildInputs = [ wxGTK30 autoreconfHook makeWrapper ];