summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel
diff options
context:
space:
mode:
authorfortuneteller2k <lythe1107@gmail.com>2021-07-08 16:24:08 +0800
committerfortuneteller2k <lythe1107@gmail.com>2021-07-08 16:24:08 +0800
commitb50a28e29057fec7b2d5445a8952627fc88826ea (patch)
tree9a3442c2aea5d770c684292936cbdb455b885b09 /pkgs/os-specific/linux/kernel
parent7aeaa1e3ecaeb2af7c2e8fbc9cdc088d6f5fa599 (diff)
downloadnixpkgs-b50a28e29057fec7b2d5445a8952627fc88826ea.tar
nixpkgs-b50a28e29057fec7b2d5445a8952627fc88826ea.tar.gz
nixpkgs-b50a28e29057fec7b2d5445a8952627fc88826ea.tar.bz2
nixpkgs-b50a28e29057fec7b2d5445a8952627fc88826ea.tar.lz
nixpkgs-b50a28e29057fec7b2d5445a8952627fc88826ea.tar.xz
nixpkgs-b50a28e29057fec7b2d5445a8952627fc88826ea.tar.zst
nixpkgs-b50a28e29057fec7b2d5445a8952627fc88826ea.zip
linux_xanmod: 5.13.0 -> 5.13.1
Diffstat (limited to 'pkgs/os-specific/linux/kernel')
-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 fbb9bf93ed5..04c17eac255 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.13.0";
-  suffix = "xanmod2-cacule";
+  version = "5.13.1";
+  suffix = "xanmod1-cacule";
 in
 buildLinux (args // rec {
   inherit version;
@@ -12,7 +12,7 @@ buildLinux (args // rec {
     owner = "xanmod";
     repo = "linux";
     rev = modDirVersion;
-    sha256 = "sha256-q+m1Ys/Gfr56cihoX8LS/w7icNcM3oefcXRtvzgx3cM=";
+    sha256 = "sha256-QC2BgsbytpKQs7TyuXt4aan8hUwd43pHj2ApYXv0HAA=";
   };
 
   structuredExtraConfig = with lib.kernel; {