diff options
| author | Tim Steinbach <tim@nequissimus.com> | 2020-11-11 15:10:28 -0500 |
|---|---|---|
| committer | Tim Steinbach <tim@nequissimus.com> | 2020-11-11 15:43:51 -0500 |
| commit | 838e06daba5e68a2cbebcdd6d01f61a12bafe12b (patch) | |
| tree | 4c9430573b3fd456ad2f85787a77d3824a5e4df1 | |
| parent | linux: 4.14.205 -> 4.14.206 (diff) | |
| download | nixpkgs-838e06daba5e68a2cbebcdd6d01f61a12bafe12b.tar.gz | |
linux: 4.19.156 -> 4.19.157
| -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 7657656fbc0e..6458f02da664 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.156"; + version = "4.19.157"; # 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 = "0b9g2v8dvlhq0kbns2z62v93pnaprk7xbjzzx8rk0b522x42nq08"; + sha256 = "0mgpgv2ny49bb7kgaygy2ay6ckjgw7mg091viivi66jw4mjs7p3n"; }; } // (args.argsOverride or {})) |
