diff options
| author | Tim Steinbach <tim@nequissimus.com> | 2019-04-20 08:30:42 -0400 |
|---|---|---|
| committer | Tim Steinbach <tim@nequissimus.com> | 2019-04-20 08:41:43 -0400 |
| commit | f2f5341f323cc42f90bed20bbce5e4c7f1f4ef35 (patch) | |
| tree | 41a36c4b1b816fdafad0d5816880402b0b03b04e | |
| parent | linux: 4.14.112 -> 4.14.113 (diff) | |
| download | nixpkgs-f2f5341f323cc42f90bed20bbce5e4c7f1f4ef35.tar.gz | |
linux: 4.19.35 -> 4.19.36
(cherry picked from commit d5bbae83089c6978234fc3be96b33c6b1b6ab973)
| -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 18385b97fac5..dba0616af1d9 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.35"; + version = "4.19.36"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed @@ -12,6 +12,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "1q2742sbi9vgk791xr1rbi5mr3ra4k1bdzq9dr610870y1hfb9rg"; + sha256 = "1g7jcgg4889vj567jjl0q7ycksnm05xxzfd3jj6ji7bz2w4ba25q"; }; } // (args.argsOverride or {})) |
