superiotool: 25.03 -> 25.06 (#422821)

authored by Aleksana and committed by GitHub ab7a3ac8 91e38dbb

+2 -2
+2 -2
pkgs/tools/misc/coreboot-utils/default.nix
··· 16 16 }: 17 17 18 18 let 19 - version = "25.03"; 19 + version = "25.06"; 20 20 21 21 commonMeta = { 22 22 description = "Various coreboot-related tools"; ··· 46 46 src = fetchgit { 47 47 url = "https://review.coreboot.org/coreboot"; 48 48 rev = finalAttrs.version; 49 - hash = "sha256-tsNdsH+GxjLUTd7KXHMZUTNTIAWeKJ3BNy1Lehjo8Eo="; 49 + hash = "sha256-D7W8LtL6eeaKiRYoxVkcjeZ2aMIEXCvNakVtexe0mG8="; 50 50 }; 51 51 52 52 enableParallelBuilding = true;