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.
2 parents 7026cdf + c512277 commit e33debdCopy full SHA for e33debd
pkgs/by-name/ra/raspberrypi-eeprom/package.nix
@@ -12,13 +12,13 @@
12
}:
13
stdenvNoCC.mkDerivation (finalAttrs: {
14
pname = "raspberrypi-eeprom";
15
- version = "2024.07.30-2712";
+ version = "2024.09.10-2712";
16
17
src = fetchFromGitHub {
18
owner = "raspberrypi";
19
repo = "rpi-eeprom";
20
rev = "refs/tags/v${finalAttrs.version}";
21
- hash = "sha256-4rTq8O6TqE7vRr4o+/149FraYLmKFUQRUFffzC0aeIQ=";
+ hash = "sha256-SLPLZzSRsPDxGtFnFFu99z3HqGDLDNuMWbgUKdeJyuI=";
22
};
23
24
buildInputs = [ python3 ];
0 commit comments