summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2022-02-08 23:33:03 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-02-11 12:45:59 +0000
commit61f1e87f958e118c7850719e818b8628a667ece0 (patch)
treed9789989fa6361567c3f6b3cc421ba4c4cc7f4b0
parentlinux: 5.10.98 -> 5.10.99 (diff)
downloadnixpkgs-61f1e87f958e118c7850719e818b8628a667ece0.tar.gz
linux: 5.15.21 -> 5.15.22
(cherry picked from commit 1bc4054d28be64562d5adbda0a57df70dace9233)
-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 9ae9f4c7fa50..c7e6965032db 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.21";
+ version = "5.15.22";
# 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 = "1lgvf3mrsbwjdjfvznbf5c3np76a7xxqr2rw7i6196ywsxnfnki9";
+ sha256 = "1hv3ci37nz79m1dg83ha4hl1jjnl3l52lvdzx514sp8hqihgji1m";
};
} // (args.argsOverride or { }))