mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
raspberrypi-eeprom: 2023.10.18-2712 -> 2023.10.30-2712
https://github.com/raspberrypi/rpi-eeprom/releases/tag/v2023.10.30-2712
This commit is contained in:
parent
f528c06680
commit
243f28ac34
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@
|
|||
}:
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "raspberrypi-eeprom";
|
||||
version = "2023.10.18-2712";
|
||||
version = "2023.10.30-2712";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "raspberrypi";
|
||||
repo = "rpi-eeprom";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-jjiEGhqRUHR/GPNTNVbJ3yZZLf+o1S8LDsPk7mwWw1I=";
|
||||
hash = "sha256-TKvby0qIXidM5Qk7q+ovLk0DpHsCbdQe7xndrgKrSXk=";
|
||||
};
|
||||
|
||||
buildInputs = [ python3 ];
|
||||
|
|
Loading…
Reference in a new issue