summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-06-30 14:50:25 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-07-21 20:06:40 +0000
commitc11ea1aa1e9246d4935d5e476a2a1d81728625ad (patch)
tree2db523d0c89c7563f62636172b6519f372ecb334
parentsystemd: Patch CVE-2021-33910 (diff)
downloadnixpkgs-origin/backport-128785-to-release-21.05.tar.gz
linuxPackages_latest: 5.12.12 -> 5.13origin/backport-128785-to-release-21.05
Fixes: 367a53a82b0 ("linux_5_13: init at 5.13") (cherry picked from commit 0c21d0fd7035d65e48d561a64d1ad1454c640aff)
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 9a46a640a85e..d12c932cf833 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -20716,7 +20716,7 @@ in
# Update this when adding the newest kernel major version!
# And update linux_latest_for_hardened below if the patches are already available
- linuxPackages_latest = linuxPackages_5_12;
+ linuxPackages_latest = linuxPackages_5_13;
linux_latest = linuxPackages_latest.kernel;
# Realtime kernel packages.