linux-rpi: 6.1.21-1.20230405 -> 6.1.63-stable_20231123

This commit is contained in:
Ratchanan Srirattanamet
2023-12-30 19:37:08 +07:00
parent 8f144732d4
commit 80d54302f5
+3 -3
View File
@@ -2,8 +2,8 @@
let
# NOTE: raspberrypifw & raspberryPiWirelessFirmware should be updated with this
modDirVersion = "6.1.21";
tag = "1.20230405";
modDirVersion = "6.1.63";
tag = "stable_20231123";
in
lib.overrideDerivation (buildLinux (args // {
version = "${modDirVersion}-${tag}";
@@ -13,7 +13,7 @@ lib.overrideDerivation (buildLinux (args // {
owner = "raspberrypi";
repo = "linux";
rev = tag;
hash = "sha256-ILwecHZ1BN6GhZAUB6/UwiN/rZ8gHndKON6DUhidtxI=";
hash = "sha256-4Rc57y70LmRFwDnOD4rHoHGmfxD9zYEAwYm9Wvyb3no=";
};
defconfig = {