Skip to content

Commit 6c822ca

Browse files
committed
Merge pull request #99269 from NeQuissimus/linux_4_4_238
linux: 4.4.237 -> 4.4.238 (cherry picked from commit ea11b55)
1 parent b8a2127 commit 6c822ca

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.4.237";
4+
version = "4.4.238";
55
extraMeta.branch = "4.4";
66

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

0 commit comments

Comments
 (0)