Skip to content

Commit

Permalink
linux-rpi: 6.1.21-1.20230405 -> 6.1.63-stable_20231123
Browse files Browse the repository at this point in the history
  • Loading branch information
peat-psuwit committed Dec 30, 2023
1 parent 8f14473 commit 80d5430
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/kernel/linux-rpi.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}";
Expand All @@ -13,7 +13,7 @@ lib.overrideDerivation (buildLinux (args // {
owner = "raspberrypi";
repo = "linux";
rev = tag;
hash = "sha256-ILwecHZ1BN6GhZAUB6/UwiN/rZ8gHndKON6DUhidtxI=";
hash = "sha256-4Rc57y70LmRFwDnOD4rHoHGmfxD9zYEAwYm9Wvyb3no=";
};

defconfig = {
Expand Down

0 comments on commit 80d5430

Please sign in to comment.