diff options
| author | TredwellGit <tredwell@tutanota.com> | 2021-12-09 06:29:22 +0000 |
|---|---|---|
| committer | Maximilian Bosch <maximilian@mbosch.me> | 2021-12-12 20:53:47 +0100 |
| commit | 93b482c1b9c5bb27dafe0e3275eca6c61c67e9b0 (patch) | |
| tree | b3cfece458f9fbd8677be41c5e7d471aae168d84 | |
| parent | linux: 5.15.6 -> 5.15.7 (diff) | |
| download | nixpkgs-93b482c1b9c5bb27dafe0e3275eca6c61c67e9b0.tar.gz | |
linux: 5.4.163 -> 5.4.164
(cherry picked from commit 21de99d456b749dac5dcd87a97cdaf999526bd4b)
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-5.4.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-5.4.nix b/pkgs/os-specific/linux/kernel/linux-5.4.nix index 9c017a9dc2cf..cb9075b13c9f 100644 --- a/pkgs/os-specific/linux/kernel/linux-5.4.nix +++ b/pkgs/os-specific/linux/kernel/linux-5.4.nix @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { - version = "5.4.163"; + version = "5.4.164"; # 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,7 +13,7 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; - sha256 = "1glh0azkrqdwydvbz9rp3czc5ppb72gq7svl3zbkjc6qfqbzwik2"; + sha256 = "0142nic300xjdz9s6w1cp6cyhk2c2wpks9wxzqca6jz4da7k0l9r"; }; kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_4 ]; |
