raspberrypifw: stable_20231123 -> 1.20240529
The repo starts to tag commits again, so we use the tag for version again.
This commit is contained in:
parent
76c020466b
commit
146bd2d9cf
@ -3,16 +3,13 @@
|
|||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
# NOTE: this should be updated with linux_rpi
|
# NOTE: this should be updated with linux_rpi
|
||||||
pname = "raspberrypi-firmware";
|
pname = "raspberrypi-firmware";
|
||||||
# raspberrypi/firmware no longers tag the releases. However, since each commit
|
version = "1.20240529";
|
||||||
# on the stable branch corresponds to a tag in raspberrypi/linux repo, we
|
|
||||||
# assume they are cut together.
|
|
||||||
version = "stable_20231123";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "raspberrypi";
|
owner = "raspberrypi";
|
||||||
repo = "firmware";
|
repo = "firmware";
|
||||||
rev = "524247ac6d8b1f4ddd53730e978a70c76a320bd6";
|
rev = version;
|
||||||
hash = "sha256-rESwkR7pc5MTwIZ8PaMUPXuzxfv+jVpdRp8ijvxHGcg=";
|
hash = "sha256-KsCo7ZG6vKstxRyFljZtbQvnDSqiAPdUza32xTY/tlA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user