Skip to content

Commit 9ae9a70

Browse files
committed
linux: 4.9.236 -> 4.9.237
1 parent f1773ff commit 9ae9a70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

33
buildLinux (args // rec {
4-
version = "4.9.236";
4+
version = "4.9.237";
55
extraMeta.branch = "4.9";
66

77
src = fetchurl {
88
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9-
sha256 = "1ma2z0nvby4qyxzi3vxa28f0wvlnl74njk6cryjrqaksq6161qp7";
9+
sha256 = "07w6mwgh7i3bvg1w3w5i9kgxjmvqr7cv7nzrmx7j9p6cq295gv41";
1010
};
1111
} // (args.argsOverride or {}))

0 commit comments

Comments
 (0)