diff options
| author | Tim Steinbach <tim@nequissimus.com> | 2020-12-16 11:25:17 -0500 |
|---|---|---|
| committer | Tim Steinbach <tim@nequissimus.com> | 2020-12-16 11:28:38 -0500 |
| commit | 929768261a3ede470eafb58d5b819e1a848aa8bf (patch) | |
| tree | 712a111e831eee499767cfb603fb0509a51028fa | |
| parent | linux: 5.4.81 -> 5.4.83 (diff) | |
| download | nixpkgs-929768261a3ede470eafb58d5b819e1a848aa8bf.tar.gz | |
linux: 5.4.83 -> 5.4.84
(cherry picked from commit d1a0eb7f0b7065dea9715f6d6d7f9c6459dd37bf)
| -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 9e3ddaa87166..cee3d136d6d6 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 stdenv.lib; buildLinux (args // rec { - version = "5.4.83"; + version = "5.4.84"; # 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/v5.x/linux-${version}.tar.xz"; - sha256 = "1ik14pfgynkn1sjhgyhgmxjvviq0mgvk0ygj76w8mplkpc5rgv5y"; + sha256 = "058mhczv6whjwxn7jjh1c6n5zrqjdnvbl2mp7jkfrg6frpvgr189"; }; } // (args.argsOverride or {})) |
