Skip to content

Commit c990b1f

Browse files
committed
raspberrypi-eeprom: 2024.11.12-2712 -> 2025.01.22-2712
1 parent 4ea755e commit c990b1f

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
@@ -14,13 +14,13 @@
1414
}:
1515
stdenvNoCC.mkDerivation (finalAttrs: {
1616
pname = "raspberrypi-eeprom";
17-
version = "2024.11.12-2712";
17+
version = "2025.01.22-2712";
1818

1919
src = fetchFromGitHub {
2020
owner = "raspberrypi";
2121
repo = "rpi-eeprom";
2222
tag = "v${finalAttrs.version}";
23-
hash = "sha256-6HyaEdMEBIFilZJJ9yPBHqdp0g+kLbbpr/5RsLZLI3U=";
23+
hash = "sha256-NQr+10yEAq8skBBE1qveFJr0MJAWlQj24p/beu/RglE=";
2424
};
2525

2626
buildInputs = [ python3 ];

0 commit comments

Comments
 (0)