about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-09-29 00:46:36 -0500
committerGitHub <noreply@github.com>2018-09-29 00:46:36 -0500
commiteaf843e0efbb4ea531964bcd6778ba7146624b8e (patch)
treeb39722287fbcd79c2a6dd3f614b1181acc868e56 /pkgs/tools
parent44d0df84766cc202443763b34366b03dff06eee0 (diff)
parent6c6cd16ae89139948a0b12b618a21927bd58fe66 (diff)
downloadnixlib-eaf843e0efbb4ea531964bcd6778ba7146624b8e.tar
nixlib-eaf843e0efbb4ea531964bcd6778ba7146624b8e.tar.gz
nixlib-eaf843e0efbb4ea531964bcd6778ba7146624b8e.tar.bz2
nixlib-eaf843e0efbb4ea531964bcd6778ba7146624b8e.tar.lz
nixlib-eaf843e0efbb4ea531964bcd6778ba7146624b8e.tar.xz
nixlib-eaf843e0efbb4ea531964bcd6778ba7146624b8e.tar.zst
nixlib-eaf843e0efbb4ea531964bcd6778ba7146624b8e.zip
Merge pull request #46937 from r-ryantm/auto-update/woeusb
woeusb: 3.2.2 -> 3.2.9
Diffstat (limited to 'pkgs/tools')
-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 e75baac669a3..0f0455fe0fe3 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.2.2";
+  version = "3.2.9";
   name = "woeusb-${version}";
 
   src = fetchFromGitHub {
     owner = "slacka";
     repo = "WoeUSB";
     rev = "v${version}";
-    sha256 = "08spc7r5zgn483y7jmnlqi5417p6h1v6izyx10jnk39md6lv8pb3";
+    sha256 = "1h2msp45slcd2s5jgw7ma9r7pl7schrvifw3kp53skxfpyax4j35";
   };
 
   buildInputs = [ wxGTK30 autoreconfHook makeWrapper ];