Skip to content

Commit

Permalink
linux: 4.14.33 -> 4.14.34
Browse files Browse the repository at this point in the history
(cherry picked from commit 2bb811c)
  • Loading branch information
NeQuissimus committed Apr 12, 2018
1 parent 4a59632 commit b2f138c
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
Expand Up @@ -3,13 +3,13 @@
with stdenv.lib;

buildLinux (args // rec {
version = "4.14.33";
version = "4.14.34";

# 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 = "0c88p5vly63jsz62ff7971zl6vqzzbv5q519gi8z17ld66sf5063";
sha256 = "1f9bl4qw61xw49y5xz1wyilg8gh0wv9k868fh8n3hp17hm66qavq";
};
} // (args.argsOverride or {}))

0 comments on commit b2f138c

Please sign in to comment.