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

Commit

Permalink
linux: 4.19.33 -> 4.19.34
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Apr 6, 2019
1 parent b60ce2e commit c45589b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/os-specific/linux/kernel/linux-4.19.nix
Expand Up @@ -3,16 +3,15 @@
with stdenv.lib;

buildLinux (args // rec {
version = "4.19.33";
version = "4.19.34";

# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = if (modDirVersionArg == null) then concatStrings (intersperse "." (take 3 (splitString "." "${version}.0"))) else modDirVersionArg;

# 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 = "14yk5hli62q1g8vghjjghbxjkpxns8zp0l2wmyhlx0v21bx2v89r";
sha256 = "1k5qhyh7nwfs5pkbrjpxyj6w17424qcmmd9v7jqfbgnx3wm5wyfx";
};
} // (args.argsOverride or {}))

0 comments on commit c45589b

Please sign in to comment.