diff options
| author | Tim Steinbach <tim@nequissimus.com> | 2019-05-16 14:38:05 -0400 |
|---|---|---|
| committer | Vladimír Čunát <v@cunat.cz> | 2019-05-19 16:04:04 +0200 |
| commit | bb599d51f913a657ec2975ec7a80d16be9270d97 (patch) | |
| tree | c1cdbb4c79a7da1e1c37f84055333d3f2554243a | |
| parent | linux: 4.14.118 -> 4.14.120 (diff) | |
| download | nixpkgs-bb599d51f913a657ec2975ec7a80d16be9270d97.tar.gz | |
linux: 4.19.42 -> 4.19.44
(cherry picked from commit e9ec2f1f2953ea4abca53ad6ada41d7672031d32)
| -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 5bbbfb666da0..2eb73e129b58 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.42"; + version = "4.19.44"; # 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 = "09ns4qskl2drg0p9fajy7nbh55anj0qxl7smca9rfxfm21hdf2gq"; + sha256 = "125jlsy42qlprg6yhinsm87ir7x4iw2v2fd0myjihmkpjgll4xkh"; }; } // (args.argsOverride or {})) |
