summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-rpi.nix
diff options
context:
space:
mode:
authorFlorian Brandes <florian.brandes@posteo.de>2022-11-06 22:50:39 +0100
committerFlorian Brandes <florian.brandes@posteo.de>2022-11-06 22:50:39 +0100
commitafe72b6bdfdf65db278398d889940e0ca4bc6d76 (patch)
tree8948e8d5c89d4297bc9842d40a65cf351aa1b7e7 /pkgs/os-specific/linux/kernel/linux-rpi.nix
parent9b5ca2087eae91175a914ee09a62c03b0c319f4d (diff)
downloadnixpkgs-afe72b6bdfdf65db278398d889940e0ca4bc6d76.tar
nixpkgs-afe72b6bdfdf65db278398d889940e0ca4bc6d76.tar.gz
nixpkgs-afe72b6bdfdf65db278398d889940e0ca4bc6d76.tar.bz2
nixpkgs-afe72b6bdfdf65db278398d889940e0ca4bc6d76.tar.lz
nixpkgs-afe72b6bdfdf65db278398d889940e0ca4bc6d76.tar.xz
nixpkgs-afe72b6bdfdf65db278398d889940e0ca4bc6d76.tar.zst
nixpkgs-afe72b6bdfdf65db278398d889940e0ca4bc6d76.zip
linux_rpi{1,2,3,4}: 1.20220331 -> 1.20221028
5.15.32 -> 5.15.74

fixes #199828 build failure

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-rpi.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-rpi.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-rpi.nix b/pkgs/os-specific/linux/kernel/linux-rpi.nix
index 8654bc432ce..ef742be0de8 100644
--- a/pkgs/os-specific/linux/kernel/linux-rpi.nix
+++ b/pkgs/os-specific/linux/kernel/linux-rpi.nix
@@ -2,8 +2,8 @@
 
 let
   # NOTE: raspberrypifw & raspberryPiWirelessFirmware should be updated with this
-  modDirVersion = "5.15.32";
-  tag = "1.20220331";
+  modDirVersion = "5.15.74";
+  tag = "1.20221028";
 in
 lib.overrideDerivation (buildLinux (args // {
   version = "${modDirVersion}-${tag}";
@@ -13,7 +13,7 @@ lib.overrideDerivation (buildLinux (args // {
     owner = "raspberrypi";
     repo = "linux";
     rev = tag;
-    hash = "sha256-dJtOXe4yvZz/iu0Ly5F9/E/2GbpTJF/9ZMU3rC1nKMw=";
+    hash = "sha256-2UdSW9X9prAya9mvEp3i0l3Uim0wtDYEY0WrD2wntaI=";
   };
 
   defconfig = {