diff options
| author | Tim Steinbach <tim@nequissimus.com> | 2019-05-02 13:19:13 -0400 |
|---|---|---|
| committer | Tim Steinbach <tim@nequissimus.com> | 2019-05-02 13:58:49 -0400 |
| commit | 44c66417f4e05f0a211735f024b58bdb9770108f (patch) | |
| tree | e3402d56bad5be63894bf8e72b48838415b74dc0 | |
| parent | linux: 4.9.171 -> 4.9.172 (diff) | |
| download | nixpkgs-44c66417f4e05f0a211735f024b58bdb9770108f.tar.gz | |
linux: 4.19.37 -> 4.19.38
(cherry picked from commit e0bf73dbde74e66167bd9ccf385a1fbc228c4036)
| -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 7cdc005d1e8a..aa238c97a7a7 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.37"; + version = "4.19.38"; # 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 = "0rcwzzbm4853rhsj5mkya0asi6bhsg3mhh9r9ihps31cqc7b7c7c"; + sha256 = "0zyd1dgr0fzmnshk0zp2pfwrar8dxfk4f2gz420ywqdw5nhdygva"; }; } // (args.argsOverride or {})) |
