Skip to content

Commit

Permalink
linux: 4.14.38 -> 4.14.39
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed May 2, 2018
1 parent c25aeed commit d9c575b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.14.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
with stdenv.lib;

buildLinux (args // rec {
version = "4.14.38";
version = "4.14.39";

# branchVersion needs to be x.y
extraMeta.branch = concatStrings (intersperse "." (take 2 (splitString "." version)));

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

0 comments on commit d9c575b

Please sign in to comment.