Skip to content

Commit

Permalink
linux: 4.14.23 -> 4.14.24
Browse files Browse the repository at this point in the history
(cherry picked from commit cae024b41263b895c6b8d79257b9c4a89f6cbdfa)
  • Loading branch information
NeQuissimus committed Mar 4, 2018
1 parent e797cf9 commit 9885b4c
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;

import ./generic.nix (args // rec {
version = "4.14.23";
version = "4.14.24";

# 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 = "1jhjazzaw5m92jl7cbchzfg5fyci7fp285bilydfvaibb9avb5ws";
sha256 = "00cqhc8198f4gj6cpz7nblpgi5zh2145arjx1yp0p4gmswdjslds";
};
} // (args.argsOverride or {}))

0 comments on commit 9885b4c

Please sign in to comment.