mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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
This commit is contained in:
parent
77d29e5f06
commit
43b61d8474
@ -3,14 +3,14 @@
|
|||||||
, wxGTK30 }:
|
, wxGTK30 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.2.9";
|
version = "3.2.10";
|
||||||
name = "woeusb-${version}";
|
name = "woeusb-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "slacka";
|
owner = "slacka";
|
||||||
repo = "WoeUSB";
|
repo = "WoeUSB";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1h2msp45slcd2s5jgw7ma9r7pl7schrvifw3kp53skxfpyax4j35";
|
sha256 = "0jzgwh9xv92yns5yi5zpl49zbp3csh6m6iclgq070awpjpsqlqi0";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ wxGTK30 autoreconfHook makeWrapper ];
|
buildInputs = [ wxGTK30 autoreconfHook makeWrapper ];
|
||||||
|
Loading…
Reference in New Issue
Block a user