Merge pull request #283287 from Luflosi/update/raspberrypi-eeprom
raspberrypi-eeprom: 2023.12.06-2712 -> 2024.01.05-2712
This commit is contained in:
commit
e7d99385c4
1 changed files with 3 additions and 3 deletions
|
@ -12,13 +12,13 @@
|
||||||
}:
|
}:
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "raspberrypi-eeprom";
|
pname = "raspberrypi-eeprom";
|
||||||
version = "2023.12.06-2712";
|
version = "2024.01.05-2712";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "raspberrypi";
|
owner = "raspberrypi";
|
||||||
repo = "rpi-eeprom";
|
repo = "rpi-eeprom";
|
||||||
rev = "refs/tags/v${finalAttrs.version}";
|
rev = "refs/tags/v.${finalAttrs.version}";
|
||||||
hash = "sha256-bX+WSWj8Lk0S9GgauJsqElur+AAp5JB8LMEstB6aRGo=";
|
hash = "sha256-/DWnGtNyN9DEDNdz+mOBWu38bGj7YIbbgqUVN/B2VcM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python3 ];
|
buildInputs = [ python3 ];
|
||||||
|
|
Loading…
Reference in a new issue