Skip to content

Commit e33debd

Browse files
raspberrypi-eeprom: 2024.07.30-2712 -> 2024.09.10-2712 (#342451)
2 parents 7026cdf + c512277 commit e33debd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ra/raspberrypi-eeprom/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
}:
1313
stdenvNoCC.mkDerivation (finalAttrs: {
1414
pname = "raspberrypi-eeprom";
15-
version = "2024.07.30-2712";
15+
version = "2024.09.10-2712";
1616

1717
src = fetchFromGitHub {
1818
owner = "raspberrypi";
1919
repo = "rpi-eeprom";
2020
rev = "refs/tags/v${finalAttrs.version}";
21-
hash = "sha256-4rTq8O6TqE7vRr4o+/149FraYLmKFUQRUFffzC0aeIQ=";
21+
hash = "sha256-SLPLZzSRsPDxGtFnFFu99z3HqGDLDNuMWbgUKdeJyuI=";
2222
};
2323

2424
buildInputs = [ python3 ];

0 commit comments

Comments
 (0)