Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #99269 from NeQuissimus/linux_4_4_238
Browse files Browse the repository at this point in the history
linux: 4.4.237 -> 4.4.238
  • Loading branch information
NeQuissimus committed Oct 1, 2020
2 parents b2a80be + 4fad963 commit ea11b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.4.nix
@@ -1,11 +1,11 @@
{ stdenv, buildPackages, fetchurl, perl, buildLinux, ... } @ args:

buildLinux (args // rec {
version = "4.4.237";
version = "4.4.238";
extraMeta.branch = "4.4";

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

0 comments on commit ea11b55

Please sign in to comment.