summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2022-01-03 17:40:46 +0000
committerGitHub <noreply@github.com>2022-01-03 17:40:46 +0000
commit1300bedb617df1741bfe50d5bbeece3a9241c036 (patch)
treeab65529635c257aa1ff9c6da385c791b563f073f /pkgs
parent230009c20e3dbaeb33a2df4eba779de17e4f1d33 (diff)
parent4768d1e9fab65f703a59459b44cec5c9773a4144 (diff)
downloadnixpkgs-1300bedb617df1741bfe50d5bbeece3a9241c036.tar
nixpkgs-1300bedb617df1741bfe50d5bbeece3a9241c036.tar.gz
nixpkgs-1300bedb617df1741bfe50d5bbeece3a9241c036.tar.bz2
nixpkgs-1300bedb617df1741bfe50d5bbeece3a9241c036.tar.lz
nixpkgs-1300bedb617df1741bfe50d5bbeece3a9241c036.tar.xz
nixpkgs-1300bedb617df1741bfe50d5bbeece3a9241c036.tar.zst
nixpkgs-1300bedb617df1741bfe50d5bbeece3a9241c036.zip
Merge pull request #152644 from fortuneteller2k/xanmod-tt
linux_xanmod: 5.15.11 -> 5.15.12
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-xanmod.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-xanmod.nix b/pkgs/os-specific/linux/kernel/linux-xanmod.nix
index 9740615a331..00e9fd0a09e 100644
--- a/pkgs/os-specific/linux/kernel/linux-xanmod.nix
+++ b/pkgs/os-specific/linux/kernel/linux-xanmod.nix
@@ -1,7 +1,7 @@
 { lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args:
 
 let
-  version = "5.15.11";
+  version = "5.15.12";
   release = "1";
   suffix = "xanmod${release}-tt";
 in
@@ -13,7 +13,7 @@ buildLinux (args // rec {
     owner = "xanmod";
     repo = "linux";
     rev = modDirVersion;
-    sha256 = "sha256-f5DvjgZQoryCpRcawlmZY6muZdAcQMNm+N18XHEBq4U=";
+    sha256 = "sha256-XGIq0OjC9nGQ8oUIoLIBT+Nj3pjleDeKvkz2QrZWJcI=";
   };
 
   structuredExtraConfig = with lib.kernel; {