uefitool: A71 -> A72 (#417169)

This commit is contained in:
Nick Cao
2025-06-16 17:27:30 -04:00
committed by GitHub
+2 -2
View File
@@ -10,10 +10,10 @@
stdenv.mkDerivation (finalAttrs: {
pname = "uefitool";
version = "A71";
version = "A72";
src = fetchFromGitHub {
hash = "sha256-NRlrKm5+eED6oyvFRSEhn0EUbMsPJtuFAyv3vgY/IUI=";
hash = "sha256-sVosxqUUvkZwJIY9FZ9N6xoDyBpSgTLFUmD4B9ymTHs=";
owner = "LongSoft";
repo = "uefitool";
tag = finalAttrs.version;