raspberrypi-eeprom: 2026.05.11-2712 -> 2026.05.17-2711-0138c0

This commit is contained in:
R. Ryantm
2026-05-27 21:56:24 +00:00
parent fba0443803
commit db42a7891f
@@ -14,13 +14,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raspberrypi-eeprom";
version = "2026.05.11-2712";
version = "2026.05.17-2711-0138c0";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "rpi-eeprom";
tag = "v${finalAttrs.version}";
hash = "sha256-19aVPfMQOqAWNVYoBxowV5zWjshuE5LPKaLNLxZlmHw=";
hash = "sha256-duzftioXXrLizQVLwAS285n6ve4Y3rCt/ERjcGQG+Dc=";
};
buildInputs = [ python3 ];