pkgs: rpi5: kernel/firmware updates
CI / x86_64-linux (push) Has been skipped Details
CI / aarch64-linux (push) Has been skipped Details

[skip-ci]
Ari Gerus 2024-03-26 09:44:17 +01:00
parent 312ab47062
commit 29ffef0378
3 changed files with 7 additions and 7 deletions

View File

@ -2,8 +2,8 @@
let
# NOTE: raspberrypifw & raspberryPiWirelessFirmware should be updated with this
modDirVersion = "6.1.63";
tag = "stable_20231123";
modDirVersion = "6.1.73";
tag = "stable_20240124";
in
lib.overrideDerivation (buildLinux (args // {
version = "${modDirVersion}-${tag}";
@ -13,7 +13,7 @@ lib.overrideDerivation (buildLinux (args // {
owner = "raspberrypi";
repo = "linux";
rev = tag;
hash = "sha256-4Rc57y70LmRFwDnOD4rHoHGmfxD9zYEAwYm9Wvyb3no=";
hash = "";
};
defconfig = {

View File

@ -16,7 +16,7 @@ stdenvNoCC.mkDerivation {
name = "firmware-nonfree";
owner = "RPi-Distro";
repo = "firmware-nonfree";
rev = "88aa085bfa1a4650e1ccd88896f8343c22a24055";
rev = "3db4164cfd89e6d9afb7ebc87607b792651512df";
hash = "sha256-Yynww79LPPkau4YDSLI6IMOjH64nMpHUdGjnCfIR2+M=";
})
];

View File

@ -6,13 +6,13 @@ stdenvNoCC.mkDerivation rec {
# raspberrypi/firmware no longers tag the releases. However, since each commit
# on the stable branch corresponds to a tag in raspberrypi/linux repo, we
# assume they are cut together.
version = "stable_20231123";
version = "stable_20240124";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "firmware";
rev = "524247ac6d8b1f4ddd53730e978a70c76a320bd6";
hash = "sha256-rESwkR7pc5MTwIZ8PaMUPXuzxfv+jVpdRp8ijvxHGcg=";
rev = "4649b6d52005b52b1d23f553b5e466941bc862dc";
hash = "";
};
installPhase = ''