summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorfortuneteller2k <lythe1107@gmail.com>2021-07-26 18:02:02 +0800
committerfortuneteller2k <lythe1107@gmail.com>2021-07-26 18:02:02 +0800
commit7144f0c1411d8340985b992812b3d06602aa86d0 (patch)
treebae37275d2428debca514f3fde558d17c8119655 /pkgs/os-specific/linux
parent47787b24f425579151a09869364c5fa827ed80bf (diff)
downloadnixpkgs-7144f0c1411d8340985b992812b3d06602aa86d0.tar
nixpkgs-7144f0c1411d8340985b992812b3d06602aa86d0.tar.gz
nixpkgs-7144f0c1411d8340985b992812b3d06602aa86d0.tar.bz2
nixpkgs-7144f0c1411d8340985b992812b3d06602aa86d0.tar.lz
nixpkgs-7144f0c1411d8340985b992812b3d06602aa86d0.tar.xz
nixpkgs-7144f0c1411d8340985b992812b3d06602aa86d0.tar.zst
nixpkgs-7144f0c1411d8340985b992812b3d06602aa86d0.zip
linux_xanmod: 5.13.4 -> 5.13.5
Diffstat (limited to 'pkgs/os-specific/linux')
-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 758f6fd998a..701f5d3b104 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.13.4";
+  version = "5.13.5";
   suffix = "xanmod1-cacule";
 in
 buildLinux (args // rec {
@@ -12,7 +12,7 @@ buildLinux (args // rec {
     owner = "xanmod";
     repo = "linux";
     rev = modDirVersion;
-    sha256 = "sha256-jSV5dL6myB4WeokYBwoBtQaOfLaUgvseYtReyjLGOhU=";
+    sha256 = "sha256-Vhshu3mNkQ58TEOUBOuF7jLBlablxg/BioUyd96lI5g=";
   };
 
   structuredExtraConfig = with lib.kernel; {