summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2021-09-09 06:37:54 -0400
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-09-10 12:05:21 +0000
commit582f4b93ef7a03761b73e807abc332170ccf2e80 (patch)
treeaec93ce78dc99ca493fcfa13cd34a0e58132f98b
parentlinux: 5.10.62 -> 5.10.63 (diff)
downloadnixpkgs-582f4b93ef7a03761b73e807abc332170ccf2e80.tar.gz
linux: 5.13.14 -> 5.13.15
(cherry picked from commit 1caac87c555b9a623dba47d621a7d8c8dae609a4)
-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 d02a23c0c742..12900c6dec41 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.14";
+ version = "5.13.15";
# 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 = "06lbjsbr86qa8yai5gfclbfxvcqsw33kxj9b4r93hh6z1wajmx82";
+ sha256 = "06v2jgzq2l56bjbymcrnaybqvvr1q44c0k534v77b3l5bwwlq2rk";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_13 ];