summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-xanmod.nix
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2021-08-18 13:41:14 -0700
committerBernardo Meurer <bernardo@meurer.org>2021-08-18 13:41:14 -0700
commitf38c807c61e4577f9dbb1afdf4eeb422447f5904 (patch)
tree0bd6180e7e16a13c1f5a5a6890e02d8f0920882d /pkgs/os-specific/linux/kernel/linux-xanmod.nix
parent7c38b03f742a657bf38e9579adeb608fc7cc5f1a (diff)
downloadnixpkgs-f38c807c61e4577f9dbb1afdf4eeb422447f5904.tar
nixpkgs-f38c807c61e4577f9dbb1afdf4eeb422447f5904.tar.gz
nixpkgs-f38c807c61e4577f9dbb1afdf4eeb422447f5904.tar.bz2
nixpkgs-f38c807c61e4577f9dbb1afdf4eeb422447f5904.tar.lz
nixpkgs-f38c807c61e4577f9dbb1afdf4eeb422447f5904.tar.xz
nixpkgs-f38c807c61e4577f9dbb1afdf4eeb422447f5904.tar.zst
nixpkgs-f38c807c61e4577f9dbb1afdf4eeb422447f5904.zip
linux_xanmod: 5.13.11 -> 5.13.12
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-xanmod.nix')
-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 61b17260f71..ef406ab90c2 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.11";
+  version = "5.13.12";
   release = "1";
   suffix = "xanmod${release}-cacule";
 in
@@ -13,7 +13,7 @@ buildLinux (args // rec {
     owner = "xanmod";
     repo = "linux";
     rev = modDirVersion;
-    sha256 = "sha256-55BRj0JNQKwmSvlquNHr6ZaI7x/sBYzfZPHIblxK4lY=";
+    sha256 = "sha256-cuZ8o0Ogi2dg4kVoFv4aqThRPDVI271i+DVw5Z4R7Kg=";
   };
 
   structuredExtraConfig = with lib.kernel; {