summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-08-02 22:42:12 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-08-04 07:50:01 +0000
commit31b4f817e8f83b1b74588024cbc75c6f52187aed (patch)
tree81cde5c9ae08d425bb2dc5b4442340b4aac0632b
parentlinux: 4.9.276 -> 4.9.277 (diff)
downloadnixpkgs-31b4f817e8f83b1b74588024cbc75c6f52187aed.tar.gz
linux: 5.13.6 -> 5.13.7
(cherry picked from commit b4aa8884d19a3a10a57b836a089d0000188f284c)
-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 bece15821a89..2f2dc1516b21 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.6";
+ version = "5.13.7";
# 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 = "0xjjl8dmilp425b1cp977v26qxlg1147gh54kni949pzxwh1fb56";
+ sha256 = "0fg41dv62vsnv2hywym15zz0n08rhdzwqvcarspm9r5gac85c7pr";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_13 ];