gnu-efi_3: drop

This commit is contained in:
K900
2026-04-08 08:35:51 +03:00
parent c3cd65f6b9
commit c803addbc2
-20
View File
@@ -1,20 +0,0 @@
{
fetchFromGitHub,
gnu-efi,
refind,
}:
gnu-efi.overrideAttrs (
finalAttrs: prevAttrs: {
version = "3.0.19";
src = fetchFromGitHub {
owner = "ncroxon";
repo = "gnu-efi";
rev = finalAttrs.version;
hash = "sha256-xtiKglLXm9m4li/8tqbOsyM6ThwGhyu/g4kw5sC4URY=";
};
passthru.tests = {
inherit refind;
};
}
)