about summary refs log tree commit diff
path: root/pkgs/tools/misc/woeusb
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-13 16:15:40 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-10-14 09:02:55 +0200
commit43b61d8474c842f2c367ce43b472be5808e7ea28 (patch)
tree6d981d637848169348e5f9d490565eada2a4238b /pkgs/tools/misc/woeusb
parent77d29e5f06665a9c558884af7da95ed55aa4561f (diff)
woeusb: 3.2.9 -> 3.2.10
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
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 0f0455fe0fe3c..5232088ab1b13 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.9";
+  version = "3.2.10";
   name = "woeusb-${version}";
 
   src = fetchFromGitHub {
     owner = "slacka";
     repo = "WoeUSB";
     rev = "v${version}";
-    sha256 = "1h2msp45slcd2s5jgw7ma9r7pl7schrvifw3kp53skxfpyax4j35";
+    sha256 = "0jzgwh9xv92yns5yi5zpl49zbp3csh6m6iclgq070awpjpsqlqi0";
   };
 
   buildInputs = [ wxGTK30 autoreconfHook makeWrapper ];