about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2021-12-08 12:07:43 +0000
committerBernardo Meurer <bernardo@meurer.org>2021-12-08 12:07:43 +0000
commit19945f7be585af4a13f61cdf14d3c293616e9f90 (patch)
tree09d9079b4ec7993e2a23873b4daada257cf43952 /pkgs/os-specific
parent3688c4ef87489b2e276587dcfe11307fa67407b6 (diff)
linux_xanmod: 5.15.4 -> 5.15.6
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-xanmod.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-xanmod.nix b/pkgs/os-specific/linux/kernel/linux-xanmod.nix
index a38c4a93b213c..772e90c3f9144 100644
--- a/pkgs/os-specific/linux/kernel/linux-xanmod.nix
+++ b/pkgs/os-specific/linux/kernel/linux-xanmod.nix
@@ -1,8 +1,8 @@
 { lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args:
 
 let
-  version = "5.15.4";
-  release = "1";
+  version = "5.15.6";
+  release = "2";
   suffix = "xanmod${release}-tt";
 in
 buildLinux (args // rec {
@@ -13,7 +13,7 @@ buildLinux (args // rec {
     owner = "xanmod";
     repo = "linux";
     rev = modDirVersion;
-    sha256 = "sha256-N/Gvlc5lYSH77nz30cOrtIk1CVu112fv4aOKmfT25XM=";
+    sha256 = "sha256-7wK/KIITQT3qmn4WMZHR9wigYgiq88njGn/FLYwI1ls=";
   };
 
   structuredExtraConfig = with lib.kernel; {