Skip to content

Commit 134c389

Browse files
TredwellGitgithub-actions[bot]
authored andcommitted
linux: 4.9.271 -> 4.9.272
(cherry picked from commit 2961093)
1 parent 52f177d commit 134c389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{ buildPackages, fetchurl, perl, buildLinux, nixosTests, stdenv, ... } @ args:
22

33
buildLinux (args // rec {
4-
version = "4.9.271";
4+
version = "4.9.272";
55
extraMeta.branch = "4.9";
66
extraMeta.broken = stdenv.isAarch64;
77

88
src = fetchurl {
99
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
10-
sha256 = "1480miixphkf0b8w00m753ar7yp1rnl3zyr9wp4inngi2f90553r";
10+
sha256 = "0n0hrszaijdpnbdvd8bvz15m7g268is0zw84w4vaf37418whrgzq";
1111
};
1212

1313
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_9 ];

0 commit comments

Comments
 (0)