Skip to content

Commit 835392d

Browse files
committed
linux: 5.4.62 -> 5.4.63
1 parent 4bd1938 commit 835392d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/os-specific/linux/kernel/linux-5.4.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with stdenv.lib;
44

55
buildLinux (args // rec {
6-
version = "5.4.62";
6+
version = "5.4.63";
77

88
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
99
modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;
@@ -13,6 +13,6 @@ buildLinux (args // rec {
1313

1414
src = fetchurl {
1515
url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
16-
sha256 = "0w49y8lymz23x4mr5byaxnrkhm56lwfhnqkra07hqyfr5y63v216";
16+
sha256 = "1h7zlzylxql2v6hyi6g141kj5r3frk2xk6i8lfqn64d01np0s9p0";
1717
};
1818
} // (args.argsOverride or {}))

0 commit comments

Comments
 (0)