We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea755e commit c990b1fCopy full SHA for c990b1f
pkgs/by-name/ra/raspberrypi-eeprom/package.nix
@@ -14,13 +14,13 @@
14
}:
15
stdenvNoCC.mkDerivation (finalAttrs: {
16
pname = "raspberrypi-eeprom";
17
- version = "2024.11.12-2712";
+ version = "2025.01.22-2712";
18
19
src = fetchFromGitHub {
20
owner = "raspberrypi";
21
repo = "rpi-eeprom";
22
tag = "v${finalAttrs.version}";
23
- hash = "sha256-6HyaEdMEBIFilZJJ9yPBHqdp0g+kLbbpr/5RsLZLI3U=";
+ hash = "sha256-NQr+10yEAq8skBBE1qveFJr0MJAWlQj24p/beu/RglE=";
24
};
25
26
buildInputs = [ python3 ];
0 commit comments