raspberrypi-eeprom: 2025.02.12-2712 -> 2025.03.10-2712

This commit is contained in:
R. Ryantm
2025-03-26 19:06:50 +00:00
parent 85547aa0a2
commit 4a94182437
@@ -14,13 +14,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raspberrypi-eeprom";
version = "2025.02.12-2712";
version = "2025.03.10-2712";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "rpi-eeprom";
tag = "v${finalAttrs.version}";
hash = "sha256-FuOBjS/9gPj775ELE3CKh6wQfBQtnaIJy5I22pAG99M=";
hash = "sha256-VfguC6sECfkTPR/BDIYXEzQk7ebYxvDjDZsRmEvQ39o=";
};
buildInputs = [ python3 ];