Skip to content

Commit 73710f8

Browse files
ymatsiukgithub-actions[bot]
authored andcommitted
linux: 5.4.119 -> 5.4.120
(cherry picked from commit ce48d2c)
1 parent 1e4ff1a commit 73710f8

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 lib;
44

55
buildLinux (args // rec {
6-
version = "5.4.119";
6+
version = "5.4.120";
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,7 +13,7 @@ buildLinux (args // rec {
1313

1414
src = fetchurl {
1515
url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
16-
sha256 = "185jxk0cfnk8c6rfc78id2qwd9k2597xyc4dv2pahjc13v7xxrvi";
16+
sha256 = "0q08q6q2l9k04p8a0vvbnhwfp4yiags8s6wc9dnac0fhd4y3gl1q";
1717
};
1818

1919
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_4 ];

0 commit comments

Comments
 (0)