diff options
| author | Tim Steinbach <tim@nequissimus.com> | 2019-05-05 11:16:17 -0400 |
|---|---|---|
| committer | Tim Steinbach <tim@nequissimus.com> | 2019-05-05 11:29:14 -0400 |
| commit | c2a6501db039aaa5f07ca9952d4709b8a9470228 (patch) | |
| tree | 4f9b08cc43e9a10e12153ae1b048743de3ac7032 | |
| parent | Merge pull request #60882 from etu/1809-php-upgrades (diff) | |
| download | nixpkgs-c2a6501db039aaa5f07ca9952d4709b8a9470228.tar.gz | |
linux: 4.19.39 -> 4.19.40
| -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 9b3ada5d419d..877bd1b3d81f 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.39"; + version = "4.19.40"; # 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 = "19d2dsvscdp0dasmgjck916mhd68kg4y374f555nxvw1afdrmpql"; + sha256 = "1c1z0z5ac4zy8fp2lxbwapzwby4p9w8bx3wnlysbzmqmi96wvn3g"; }; } // (args.argsOverride or {})) |
