From ca8c2fc17a7f74e3366e372dc86e1dc1a2129e44 Mon Sep 17 00:00:00 2001 From: Tim Steinbach Date: Tue, 8 Sep 2020 08:50:27 -0400 Subject: linux: 5.4.62 -> 5.4.63 (cherry picked from commit eeaa8b70847dcd5fcc55e2bf986567984b51e2a8) --- nixpkgs/pkgs/os-specific/linux/kernel/linux-5.4.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixpkgs/pkgs/os-specific') diff --git a/nixpkgs/pkgs/os-specific/linux/kernel/linux-5.4.nix b/nixpkgs/pkgs/os-specific/linux/kernel/linux-5.4.nix index 24bff3218690..89fcf2f6429f 100644 --- a/nixpkgs/pkgs/os-specific/linux/kernel/linux-5.4.nix +++ b/nixpkgs/pkgs/os-specific/linux/kernel/linux-5.4.nix @@ -3,7 +3,7 @@ with stdenv.lib; buildLinux (args // rec { - version = "5.4.62"; + version = "5.4.63"; # 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 = "0w49y8lymz23x4mr5byaxnrkhm56lwfhnqkra07hqyfr5y63v216"; + sha256 = "1h7zlzylxql2v6hyi6g141kj5r3frk2xk6i8lfqn64d01np0s9p0"; }; } // (args.argsOverride or {})) -- cgit 1.4.1