mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
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
This commit is contained in:
parent
42575040fc
commit
7cdb77b76f
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue