summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-09-20 21:40:00 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-09-21 10:52:21 +0000
commit4dcfb252994689eb212e22e481dd7d9720203fd7 (patch)
treee85e9b0de613be76edafa32f4a37c469d74d3393
parentlinux: 5.10.66 -> 5.10.67 (diff)
downloadnixpkgs-4dcfb252994689eb212e22e481dd7d9720203fd7.tar.gz
linux: 5.13.18 -> 5.13.19
(cherry picked from commit 748679c0d3ab550ce8dbac4e5797e3b5d0064c76)
-rw-r--r--pkgs/os-specific/linux/kernel/linux-5.13.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-5.13.nix b/pkgs/os-specific/linux/kernel/linux-5.13.nix
index 347467106f90..04526dad25d4 100644
--- a/pkgs/os-specific/linux/kernel/linux-5.13.nix
+++ b/pkgs/os-specific/linux/kernel/linux-5.13.nix
@@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
- version = "5.13.18";
+ version = "5.13.19";
# 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,7 +13,7 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
- sha256 = "0iqz34yjbk5zg8wc9majq7afg34nsgi0yxn0j4k3xrn22kyl2dm2";
+ sha256 = "0yxbcd1k4l4cmdn0hzcck4s0yvhvq9fpwp120dv9cz4i9rrfqxz8";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_13 ];