raspberrypi-eeprom: 2025.12.08-2712 -> 2026.01.09-2711

This commit is contained in:
R. Ryantm
2026-01-16 19:09:04 +00:00
parent 7c8cdf6de9
commit 241ac71227
@@ -14,13 +14,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raspberrypi-eeprom";
version = "2025.12.08-2712";
version = "2026.01.09-2711";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "rpi-eeprom";
tag = "v${finalAttrs.version}";
hash = "sha256-6zlq6BibjPWSGQPl13vFNCPVzjnROfYowVYPttQ9jZQ=";
hash = "sha256-grJc7wvnYIYouybJhAE6uRb28JGJ12YP6eHIt/xrPPs=";
};
buildInputs = [ python3 ];