summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2021-08-01 22:52:23 +0000
committerGitHub <noreply@github.com>2021-08-01 22:52:23 +0000
commit57ad08a00652a5d6ee2bdf87352e58b8824e7dce (patch)
tree3b10d53b34da4a72008b47f1f2240b1aaf349658 /pkgs
parentaaf9676fbb7fb4570216ca1e189a3dc769d62c45 (diff)
parent6dd36f95f22836d6f5a1eb0b286a14f433413e2f (diff)
downloadnixpkgs-57ad08a00652a5d6ee2bdf87352e58b8824e7dce.tar
nixpkgs-57ad08a00652a5d6ee2bdf87352e58b8824e7dce.tar.gz
nixpkgs-57ad08a00652a5d6ee2bdf87352e58b8824e7dce.tar.bz2
nixpkgs-57ad08a00652a5d6ee2bdf87352e58b8824e7dce.tar.lz
nixpkgs-57ad08a00652a5d6ee2bdf87352e58b8824e7dce.tar.xz
nixpkgs-57ad08a00652a5d6ee2bdf87352e58b8824e7dce.tar.zst
nixpkgs-57ad08a00652a5d6ee2bdf87352e58b8824e7dce.zip
Merge pull request #132092 from lovesegfault/linux_xanmod-5.13.6
linux_xanmod: 5.13.5 -> 5.13.7
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-xanmod.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-xanmod.nix b/pkgs/os-specific/linux/kernel/linux-xanmod.nix
index 701f5d3b104..62e88d01853 100644
--- a/pkgs/os-specific/linux/kernel/linux-xanmod.nix
+++ b/pkgs/os-specific/linux/kernel/linux-xanmod.nix
@@ -1,8 +1,9 @@
 { lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args:
 
 let
-  version = "5.13.5";
-  suffix = "xanmod1-cacule";
+  version = "5.13.7";
+  release = "1";
+  suffix = "xanmod${release}-cacule";
 in
 buildLinux (args // rec {
   inherit version;
@@ -12,7 +13,7 @@ buildLinux (args // rec {
     owner = "xanmod";
     repo = "linux";
     rev = modDirVersion;
-    sha256 = "sha256-Vhshu3mNkQ58TEOUBOuF7jLBlablxg/BioUyd96lI5g=";
+    sha256 = "sha256-6SppDriZWzLu6Qye1e6ciiE+Ro63vDyabxfgWS/PTSo=";
   };
 
   structuredExtraConfig = with lib.kernel; {