diff options
| author | Tim Steinbach <tim@nequissimus.com> | 2020-11-23 10:33:15 -0500 |
|---|---|---|
| committer | Tim Steinbach <tim@nequissimus.com> | 2020-11-23 10:56:18 -0500 |
| commit | 096bad8d75f1445e622d07faccce2e8ff43956c5 (patch) | |
| tree | 1b38e4c7da9dab034d5ae94705ce3ab086bbd0f9 | |
| parent | linux: 4.14.207 -> 4.14.208 (diff) | |
| download | nixpkgs-096bad8d75f1445e622d07faccce2e8ff43956c5.tar.gz | |
linux: 4.19.158 -> 4.19.159
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-4.19.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.19.nix b/pkgs/os-specific/linux/kernel/linux-4.19.nix index 1d3a837b1f14..c646387d4f15 100644 --- a/pkgs/os-specific/linux/kernel/linux-4.19.nix +++ b/pkgs/os-specific/linux/kernel/linux-4.19.nix @@ -3,7 +3,7 @@ with stdenv.lib; buildLinux (args // rec { - version = "4.19.158"; + version = "4.19.159"; # 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,6 +13,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "0p5pim9izcscnk1a1kdlxbvyvxnnq9lqr1kwl86kfskr7yqy8n6n"; + sha256 = "195hlvr9zsa2km80rk71na1gl0222r2mk76rsqx0cxpgg7dhpjv0"; }; } // (args.argsOverride or {})) |
