about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-19 23:31:45 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-09-19 23:31:45 -0700
commit6c6cd16ae89139948a0b12b618a21927bd58fe66 (patch)
tree568a401afaa46321eb070202ef2c2115697ecd19
parent35378f014161c1d794dc89b6969275396cb601de (diff)
downloadnixlib-6c6cd16ae89139948a0b12b618a21927bd58fe66.tar
nixlib-6c6cd16ae89139948a0b12b618a21927bd58fe66.tar.gz
nixlib-6c6cd16ae89139948a0b12b618a21927bd58fe66.tar.bz2
nixlib-6c6cd16ae89139948a0b12b618a21927bd58fe66.tar.lz
nixlib-6c6cd16ae89139948a0b12b618a21927bd58fe66.tar.xz
nixlib-6c6cd16ae89139948a0b12b618a21927bd58fe66.tar.zst
nixlib-6c6cd16ae89139948a0b12b618a21927bd58fe66.zip
woeusb: 3.2.2 -> 3.2.9
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
-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 ];