summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorfortuneteller2k <lythe1107@gmail.com>2021-04-15 19:56:59 +0800
committerfortuneteller2k <lythe1107@gmail.com>2021-04-15 19:56:59 +0800
commitfc0daf4bd36d758306239c29038a28c22382daa3 (patch)
treefca5a6a3f1bac97f4346fe9459c64e57f28b86be /pkgs/os-specific
parent081b9423d4ae18836c7564b634627b214049f80e (diff)
downloadnixpkgs-fc0daf4bd36d758306239c29038a28c22382daa3.tar
nixpkgs-fc0daf4bd36d758306239c29038a28c22382daa3.tar.gz
nixpkgs-fc0daf4bd36d758306239c29038a28c22382daa3.tar.bz2
nixpkgs-fc0daf4bd36d758306239c29038a28c22382daa3.tar.lz
nixpkgs-fc0daf4bd36d758306239c29038a28c22382daa3.tar.xz
nixpkgs-fc0daf4bd36d758306239c29038a28c22382daa3.tar.zst
nixpkgs-fc0daf4bd36d758306239c29038a28c22382daa3.zip
linux_xanmod: 5.11.13 -> 5.11.14
Diffstat (limited to 'pkgs/os-specific')
-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 0aad78531ba..1057d8cb471 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.11.13";
+  version = "5.11.14";
   suffix = "xanmod1-cacule";
 in
   buildLinux (args // rec {
@@ -12,7 +12,7 @@ in
       owner = "xanmod";
       repo = "linux";
       rev = modDirVersion;
-      sha256 = "sha256-LUbkccAfDS0/FnNhHn64bkC8qwBD0NKcdZRzNoSw4uA=";
+      sha256 = "sha256-kRbU1jheZi2U6mfNyhBFn3FJ7fjYkNUVwkx3w/DZNQI=";
       extraPostFetch = ''
         rm $out/.config
       '';