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-11-24 10:15:37 -0800
committerBernardo Meurer <bernardo@meurer.org>2021-11-24 10:15:37 -0800
commit333b97926ec9bb157f25be243961dcb18f50c116 (patch)
treed274895045be4948cbebaaae54149869e5905888 /pkgs/os-specific/linux/kernel/linux-xanmod.nix
parente623177029f179163a8ee3289a44550a49f6691d (diff)
downloadnixpkgs-333b97926ec9bb157f25be243961dcb18f50c116.tar
nixpkgs-333b97926ec9bb157f25be243961dcb18f50c116.tar.gz
nixpkgs-333b97926ec9bb157f25be243961dcb18f50c116.tar.bz2
nixpkgs-333b97926ec9bb157f25be243961dcb18f50c116.tar.lz
nixpkgs-333b97926ec9bb157f25be243961dcb18f50c116.tar.xz
nixpkgs-333b97926ec9bb157f25be243961dcb18f50c116.tar.zst
nixpkgs-333b97926ec9bb157f25be243961dcb18f50c116.zip
linuxKernel.kernels.linux_xanmod: 5.15.2 -> 5.15.4
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 8b95e912b02..a38c4a93b21 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.15.2";
+  version = "5.15.4";
   release = "1";
   suffix = "xanmod${release}-tt";
 in
@@ -13,7 +13,7 @@ buildLinux (args // rec {
     owner = "xanmod";
     repo = "linux";
     rev = modDirVersion;
-    sha256 = "sha256-3tIwj+4xf/I5srEAqECbfH343J5nzCWViq1ZnidZI24=";
+    sha256 = "sha256-N/Gvlc5lYSH77nz30cOrtIk1CVu112fv4aOKmfT25XM=";
   };
 
   structuredExtraConfig = with lib.kernel; {