summary refs log tree commit diff
diff options
context:
space:
mode:
authorfortuneteller2k <lythe1107@gmail.com>2021-12-30 14:15:46 +0800
committerfortuneteller2k <lythe1107@gmail.com>2021-12-30 14:15:46 +0800
commit4768d1e9fab65f703a59459b44cec5c9773a4144 (patch)
tree3f4d7eff4b9feab87ba9bbec5285b2cbdbf03651
parent7d0688ab90a67ca78550281937a33a5ee778cd3b (diff)
downloadnixpkgs-4768d1e9fab65f703a59459b44cec5c9773a4144.tar
nixpkgs-4768d1e9fab65f703a59459b44cec5c9773a4144.tar.gz
nixpkgs-4768d1e9fab65f703a59459b44cec5c9773a4144.tar.bz2
nixpkgs-4768d1e9fab65f703a59459b44cec5c9773a4144.tar.lz
nixpkgs-4768d1e9fab65f703a59459b44cec5c9773a4144.tar.xz
nixpkgs-4768d1e9fab65f703a59459b44cec5c9773a4144.tar.zst
nixpkgs-4768d1e9fab65f703a59459b44cec5c9773a4144.zip
linux_xanmod: 5.15.11 -> 5.15.12
-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; {