about summary refs log tree commit diff
path: root/pkgs/tools/misc/woeusb
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-01 18:50:15 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-01-01 18:50:15 -0800
commit7cdb77b76f7c57a66d6513174f92ab5b15e0f923 (patch)
treeed1c3b9624e1982d2a3a3e40bbf89a1fe8504f7d /pkgs/tools/misc/woeusb
parent42575040fc64c1f5560c1cd1d1fdf0fd5e5d4b49 (diff)
downloadnixlib-7cdb77b76f7c57a66d6513174f92ab5b15e0f923.tar
nixlib-7cdb77b76f7c57a66d6513174f92ab5b15e0f923.tar.gz
nixlib-7cdb77b76f7c57a66d6513174f92ab5b15e0f923.tar.bz2
nixlib-7cdb77b76f7c57a66d6513174f92ab5b15e0f923.tar.lz
nixlib-7cdb77b76f7c57a66d6513174f92ab5b15e0f923.tar.xz
nixlib-7cdb77b76f7c57a66d6513174f92ab5b15e0f923.tar.zst
nixlib-7cdb77b76f7c57a66d6513174f92ab5b15e0f923.zip
woeusb: 3.2.10 -> 3.2.12
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 f73aa4547993..c50543825074 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.10";
+  version = "3.2.12";
   name = "woeusb-${version}";
 
   src = fetchFromGitHub {
     owner = "slacka";
     repo = "WoeUSB";
     rev = "v${version}";
-    sha256 = "0jzgwh9xv92yns5yi5zpl49zbp3csh6m6iclgq070awpjpsqlqi0";
+    sha256 = "14arz0g95favbl5vsngxm3xznva223x67a9as5n2mpf5bbkd9zx5";
   };
 
   nativeBuildInputs = [ autoreconfHook makeWrapper ];