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

woeusb: 5.1.0 -> 5.1.2
This commit is contained in:
Artturi 2021-08-17 22:46:56 +03:00 committed by GitHub
commit d8be924162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
, coreutils, dosfstools, findutils, gawk, gnugrep, grub2_light, ncurses, ntfs3g, parted, p7zip, util-linux, wimlib, wget }:
stdenv.mkDerivation rec {
version = "5.1.0";
version = "5.1.2";
pname = "woeusb";
src = fetchFromGitHub {
owner = "WoeUSB";
repo = "WoeUSB";
rev = "v${version}";
sha256 = "1qakk7lnj71m061rn72nabk4c37vw0vkx2a28xgxas8v8cwvkkam";
sha256 = "sha256-7NuUCo1uN6RZIpdDJFZr1DULrr4UNcXdPzx9A5t79O8=";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];