Skip to content

Commit b2d463f

Browse files
committed
linux: 4.9.237 -> 4.9.238
1 parent b7b36a2 commit b2d463f

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.237";
4+
version = "4.9.238";
55
extraMeta.branch = "4.9";
66

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

0 commit comments

Comments
 (0)