diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2023-06-28 21:10:10 +0200 |
|---|---|---|
| committer | Maximilian Bosch <maximilian@mbosch.me> | 2023-06-29 17:28:53 +0200 |
| commit | 5ba7f5d5a488008e1e89e1c33ee0404bfbbf2f01 (patch) | |
| tree | 4075f1adae1845d6b3cee739eaca16d54b0b217c | |
| parent | linux: 4.14.319 -> 4.14.320 (diff) | |
| download | nixpkgs-5ba7f5d5a488008e1e89e1c33ee0404bfbbf2f01.tar.gz | |
linux: 4.19.287 -> 4.19.288
(cherry picked from commit 2e27cec09322fc5e79c514adc2a32c22d4913e3b)
| -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 eaa6ed7694fd..5236bc402758 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 lib; buildLinux (args // rec { - version = "4.19.287"; + version = "4.19.288"; # 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 = "0wracrahi4qm6klsd9bnlwwdcaqbclx2mqc5d7vbvxxzfn69nsi8"; + sha256 = "1sz3jp6kx0axdwp0wsq903q1090rbav9d12m5128335m8p2d1srk"; }; } // (args.argsOverride or {})) |
