wimboot: 2.7.5 -> 2.7.6

This commit is contained in:
R. Ryantm 2023-09-06 01:39:34 +00:00
parent 2c9e9de1fe
commit 0958110ed5

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";