Skip to content

Commit 52f177d

Browse files
TredwellGitgithub-actions[bot]
authored andcommitted
linux: 4.4.271 -> 4.4.272
(cherry picked from commit a31fb79)
1 parent 2cfe71a commit 52f177d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/os-specific/linux/kernel/linux-4.4.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.4.271";
4+
version = "4.4.272";
55
extraMeta.branch = "4.4";
66
extraMeta.broken = stdenv.isAarch64;
77

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

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

0 commit comments

Comments
 (0)