diff options
| author | TredwellGit <tredwell@tutanota.com> | 2021-10-01 04:16:18 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-10-01 23:34:01 +0000 |
| commit | 433135b4684afc9ced260bdce86cc9d5f32be70f (patch) | |
| tree | 8fb214a30ebc23ad9387833d33d48c849baa98b7 | |
| parent | Merge pull request #139662 from NixOS/backport-139658-to-release-21.05 (diff) | |
| download | nixpkgs-433135b4684afc9ced260bdce86cc9d5f32be70f.tar.gz | |
linux: 5.10.69 -> 5.10.70
(cherry picked from commit 8417ed79d87f44c35af2e698921988c6525eedb1)
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-5.10.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-5.10.nix b/pkgs/os-specific/linux/kernel/linux-5.10.nix index 8ecad893e58b..a5ec7b651def 100644 --- a/pkgs/os-specific/linux/kernel/linux-5.10.nix +++ b/pkgs/os-specific/linux/kernel/linux-5.10.nix @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { - version = "5.10.69"; + version = "5.10.70"; # 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 = "1jhcl8qh4w4m2jnbp0glr6xbpn7phv17q6w3d247djnc7g2rwbr3"; + sha256 = "0cmj5l425c6kkaplcp1y692j123lhyqq2jgfi642jzqxf4rnqwvm"; }; kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_10 ]; |
