uefitool: A71 -> A72

This commit is contained in:
R. Ryantm 2025-06-16 08:20:48 +00:00
parent a8cf52487b
commit da9003100a

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;