summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-27 09:22:00 +0000
committerGitHub <noreply@github.com>2021-07-27 09:22:00 +0000
commitd52c2a7cd4399fff81d129fb887f6388948c118d (patch)
tree48fbfd3d05ff15a4c8f75ab94d14d1a2bd99f5b3 /pkgs/os-specific/linux
parentfc04308b0adc420fdf8ef9533770ef45edb09eee (diff)
parent7144f0c1411d8340985b992812b3d06602aa86d0 (diff)
downloadnixpkgs-d52c2a7cd4399fff81d129fb887f6388948c118d.tar
nixpkgs-d52c2a7cd4399fff81d129fb887f6388948c118d.tar.gz
nixpkgs-d52c2a7cd4399fff81d129fb887f6388948c118d.tar.bz2
nixpkgs-d52c2a7cd4399fff81d129fb887f6388948c118d.tar.lz
nixpkgs-d52c2a7cd4399fff81d129fb887f6388948c118d.tar.xz
nixpkgs-d52c2a7cd4399fff81d129fb887f6388948c118d.tar.zst
nixpkgs-d52c2a7cd4399fff81d129fb887f6388948c118d.zip
Merge pull request #131565 from fortuneteller2k/bump-xanmod
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; {