woeusb: 3.1.4 -> 3.1.5
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. These checks were done: - built on NixOS - ran `/nix/store/8j0k3dnx7vc5wcmayficjdsk02ix55va-woeusb-3.1.5/bin/woeusb -h` got 0 exit code - ran `/nix/store/8j0k3dnx7vc5wcmayficjdsk02ix55va-woeusb-3.1.5/bin/woeusb --help` got 0 exit code - ran `/nix/store/8j0k3dnx7vc5wcmayficjdsk02ix55va-woeusb-3.1.5/bin/woeusb -V` and found version 3.1.5 - ran `/nix/store/8j0k3dnx7vc5wcmayficjdsk02ix55va-woeusb-3.1.5/bin/woeusb --version` and found version 3.1.5 - ran `/nix/store/8j0k3dnx7vc5wcmayficjdsk02ix55va-woeusb-3.1.5/bin/woeusb -h` and found version 3.1.5 - ran `/nix/store/8j0k3dnx7vc5wcmayficjdsk02ix55va-woeusb-3.1.5/bin/woeusb --help` and found version 3.1.5 - found 3.1.5 with grep in /nix/store/8j0k3dnx7vc5wcmayficjdsk02ix55va-woeusb-3.1.5 - directory tree listing: https://gist.github.com/a1e026683073657b8127fe93d50cdb18 [Bjørn: change commit prefix from "winusb" to "woeusb".]
This commit is contained in:
parent
cace5017cb
commit
af53e75997
@ -3,14 +3,14 @@
|
|||||||
, wxGTK30 }:
|
, wxGTK30 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.1.4";
|
version = "3.1.5";
|
||||||
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 = "0hvxsm6k6s29wnr3i5b9drf6ml0i32is2l50l3cxvf1f499w4bpc";
|
sha256 = "0jbyrd49ikwkfpnka884y3p600bm3nfil2zinrgbac7vyhxxqjmw";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ wxGTK30 autoreconfHook makeWrapper ];
|
buildInputs = [ wxGTK30 autoreconfHook makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user