summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2022-03-27 10:33:41 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-03-27 14:29:43 +0000
commit662ac47be8716b4c3b32f7949fe1298634e3a2a9 (patch)
tree7f37df1c992787adaefd4cbd1de4eb9b3ca8dad1
parent92754995454f62a400aa9993398a9a1277c85d11 (diff)
linux: 5.15.30 -> 5.15.31
(cherry picked from commit a8443f0ce49e841b1c6f06c6fd42646263abca50)
-rw-r--r--pkgs/os-specific/linux/kernel/linux-5.15.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-5.15.nix b/pkgs/os-specific/linux/kernel/linux-5.15.nix
index 33a65769c6af..5e1cc44c35b5 100644
--- a/pkgs/os-specific/linux/kernel/linux-5.15.nix
+++ b/pkgs/os-specific/linux/kernel/linux-5.15.nix
@@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
- version = "5.15.30";
+ version = "5.15.31";
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;
@@ -13,6 +13,6 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
- sha256 = "0ckiz985x88x68psg6wazyk7zpv34k8rbzpzyzj0gaph13za4ki5";
+ sha256 = "123b4i5li70spf1y8642y8jwkjjcgcg23x8bj4kxkgnm8x5kh8gn";
};
} // (args.argsOverride or { }))