summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-09-16 14:05:45 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-09-16 16:18:16 +0000
commit2521537c8f0dcb482af344b3d49f97fb3219d492 (patch)
tree506432768b6aa72cca9149331aabd29c70111dbf
parentlinux: 5.10.64 -> 5.10.66 (diff)
downloadnixpkgs-2521537c8f0dcb482af344b3d49f97fb3219d492.tar.gz
linux: 5.13.16 -> 5.13.18
(cherry picked from commit 4954336e2b81ebcc108ffae0bf3a0a39d301030b)
-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 8c7d21886cb8..347467106f90 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.16";
+ version = "5.13.18";
# 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 = "1ljigvcg4q6ckr8kna3q5iyjsy7x5mrf1ycqfy0ibbhn9hbqjna9";
+ sha256 = "0iqz34yjbk5zg8wc9majq7afg34nsgi0yxn0j4k3xrn22kyl2dm2";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_13 ];