summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-xanmod.nix
diff options
context:
space:
mode:
authorfortuneteller2k <lythe1107@gmail.com>2022-02-26 02:59:36 +0800
committerfortuneteller2k <lythe1107@gmail.com>2022-03-11 20:04:12 +0800
commitc0ca1422e7caa1939d66234ba1601e1845d4d877 (patch)
treed27a61949977b9160804fdcdcc8a0c64fca54e8a /pkgs/os-specific/linux/kernel/linux-xanmod.nix
parent3b26fc4a3dee45d90f3fe8660d921cacda731285 (diff)
downloadnixpkgs-c0ca1422e7caa1939d66234ba1601e1845d4d877.tar
nixpkgs-c0ca1422e7caa1939d66234ba1601e1845d4d877.tar.gz
nixpkgs-c0ca1422e7caa1939d66234ba1601e1845d4d877.tar.bz2
nixpkgs-c0ca1422e7caa1939d66234ba1601e1845d4d877.tar.lz
nixpkgs-c0ca1422e7caa1939d66234ba1601e1845d4d877.tar.xz
nixpkgs-c0ca1422e7caa1939d66234ba1601e1845d4d877.tar.zst
nixpkgs-c0ca1422e7caa1939d66234ba1601e1845d4d877.zip
linux_xanmod: 5.15.24 -> 5.15.27
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-xanmod.nix')
-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 636803f2909..b170ec044b0 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.24";
+  version = "5.15.27";
   release = "1";
   suffix = "xanmod${release}-tt";
 in
@@ -13,7 +13,7 @@ buildLinux (args // rec {
     owner = "xanmod";
     repo = "linux";
     rev = modDirVersion;
-    sha256 = "sha256-O3OadPMBl74IK92w7IPGfiePeo/Ox+bIVr4XmOmPYTg=";
+    sha256 = "sha256-ycUvTXDKnffxs8FKZJurX2bDr85gMQlSIFD0nST2Q98=";
   };
 
   structuredExtraConfig = with lib.kernel; {