about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2019-05-04 20:12:46 +0200
committerGitHub <noreply@github.com>2019-05-04 20:12:46 +0200
commitd457e31d9ecc61da1ecd77e02f55fd0afbcb6497 (patch)
tree72d78d3a1da45694a75b5bf518acdf2c81106358
parent22f65339f3773f5b691f55b8b3a139e5582ae85b (diff)
parente59bc5b8ceec4e487ac09028b54b877c5b70d736 (diff)
Merge pull request #60930 from r-ryantm/auto-update/woeusb
woeusb: 3.2.12 -> 3.3.0
-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 c505438250740..12a97a2e8e466 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.12";
+  version = "3.3.0";
   name = "woeusb-${version}";
 
   src = fetchFromGitHub {
     owner = "slacka";
     repo = "WoeUSB";
     rev = "v${version}";
-    sha256 = "14arz0g95favbl5vsngxm3xznva223x67a9as5n2mpf5bbkd9zx5";
+    sha256 = "1w3m3qbjn0igydsbpf22w29lzf1pkxv7dlny5mbyrb6j0q6wlx0b";
   };
 
   nativeBuildInputs = [ autoreconfHook makeWrapper ];