1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #53168 from r-ryantm/auto-update/woeusb

woeusb: 3.2.10 -> 3.2.12
This commit is contained in:
Renaud 2019-01-02 17:09:14 +01:00 committed by GitHub
commit d82781b12b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];