summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-08-18 18:45:51 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-08-20 12:12:14 +0000
commit6953c465ccd7e0c29b964ca1924d5ed2d6c0e7b6 (patch)
tree6717ce36d59d6ac31844ff81303eb1cea050341d
parentlinux: 5.10.57 -> 5.10.60 (diff)
downloadnixpkgs-6953c465ccd7e0c29b964ca1924d5ed2d6c0e7b6.tar.gz
linux: 5.13.11 -> 5.13.12
(cherry picked from commit 7ff40c8d9ec1eeb1d7846aef866d2f162bf375a0)
-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 87be091cd4b7..dbbd4a9e8763 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.11";
+ version = "5.13.12";
# 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 = "0za59652wrh4mlhd9w3dx4y1nnk8nrj9hb56pssgdckdvp7rp4l0";
+ sha256 = "0948w1zc2gqnl8x60chjqngfzdi0kcxm12i1nx3nx4ksiwj5vc98";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_13 ];