summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurii Matsiuk <ymatsiuk@users.noreply.github.com>2021-05-27 06:28:22 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-06-05 15:07:36 +0000
commitd0d7b4af7e8161bb1df7a3d831e05efd7ac56263 (patch)
tree8af9174ee5d66fe5c0c972f7bf66f3016d6a34f6
parentlinux: 5.10.39 -> 5.10.40 (diff)
downloadnixpkgs-d0d7b4af7e8161bb1df7a3d831e05efd7ac56263.tar.gz
linux: 5.12.6 -> 5.12.7
(cherry picked from commit 01cc705d4a07ef89a8aa7806fdf2366360237c3e)
-rw-r--r--pkgs/os-specific/linux/kernel/linux-5.12.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-5.12.nix b/pkgs/os-specific/linux/kernel/linux-5.12.nix
index 4e7142b4a31c..80a25ad23965 100644
--- a/pkgs/os-specific/linux/kernel/linux-5.12.nix
+++ b/pkgs/os-specific/linux/kernel/linux-5.12.nix
@@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
- version = "5.12.6";
+ version = "5.12.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 = "1cdxda5mgdi5dky6hvrq2727rrlw9lnzf30kf3lbiikjybvlqw2b";
+ sha256 = "0ircrclggrbmm80vz7irhg73qvhjddsmf7zclw5cqnnmm3qfj8jk";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_12 ];