about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2021-12-09 02:48:02 -0800
committerGitHub <noreply@github.com>2021-12-09 02:48:02 -0800
commitc36675c166ee43500dedfb396ff26d9d54d9d4e4 (patch)
treee9a826d6b607bcfc3cf92f3bf51ff1c054d82c7e /pkgs/os-specific
parente3d3b001937ad45ad90ed32ae2e4642a7b335705 (diff)
parent9e2d3a1e05ca7127fb75ef240972801a8fe53b77 (diff)
Merge pull request #149666 from lovesegfault/linux_xanmod-5.15.7
linux_xanmod: 5.15.6 -> 5.15.7
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 772e90c3f9144..6f1bfc55e7d57 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.6";
-  release = "2";
+  version = "5.15.7";
+  release = "1";
   suffix = "xanmod${release}-tt";
 in
 buildLinux (args // rec {
@@ -13,7 +13,7 @@ buildLinux (args // rec {
     owner = "xanmod";
     repo = "linux";
     rev = modDirVersion;
-    sha256 = "sha256-7wK/KIITQT3qmn4WMZHR9wigYgiq88njGn/FLYwI1ls=";
+    sha256 = "sha256-SeqPnzT3SApFozgQsiGtS9uUqxk8aXcDp7adcERlL1A=";
   };
 
   structuredExtraConfig = with lib.kernel; {