Merge pull request #253553 from r-ryantm/auto-update/wimboot

wimboot: 2.7.5 -> 2.7.6
This commit is contained in:
Janne Heß 2023-09-09 17:24:03 +02:00 committed by GitHub
commit 839cdaa190
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "wimboot";
version = "2.7.5";
version = "2.7.6";
src = fetchFromGitHub {
owner = "ipxe";
repo = "wimboot";
rev = "v${version}";
sha256 = "sha256-rbJONP3ge+2+WzCIpTUZeieQz9Q/MZfEUmQVbZ+9Dro=";
sha256 = "sha256-AFPuHxcDM/cdEJ5nRJnVbPk7Deg97NeSMsg/qwytZX4=";
};
sourceRoot = "${src.name}/src";