mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
raspberrypi-eeprom: 2024.06.05-2712 -> 2024.07.30-2712
This commit is contained in:
parent
6c4ea7a3e0
commit
3ab46c9f85
@ -12,13 +12,13 @@
|
||||
}:
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "raspberrypi-eeprom";
|
||||
version = "2024.06.05-2712";
|
||||
version = "2024.07.30-2712";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "raspberrypi";
|
||||
repo = "rpi-eeprom";
|
||||
rev = "refs/tags/v${finalAttrs.version}";
|
||||
hash = "sha256-VcMDDnM0VNr+Y+16ZChZdlEcmlHx6mYNCK0mrPMJHes=";
|
||||
hash = "sha256-4rTq8O6TqE7vRr4o+/149FraYLmKFUQRUFffzC0aeIQ=";
|
||||
};
|
||||
|
||||
buildInputs = [ python3 ];
|
||||
|
Loading…
Reference in New Issue
Block a user