Skip to content

Commit

Permalink
linux-copperhead: 4.14.1.a -> 4.14.2.a
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Nov 26, 2017
1 parent 2e29a1e commit 3fc7f92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-hardened-copperhead.nix
Expand Up @@ -3,9 +3,9 @@
with stdenv.lib;

let
version = "4.14.1";
version = "4.14.2";
revision = "a";
sha256 = "0yp05xyz2ygxkhd17s85cqnvi93a49svgm0l1kbyb7y08mg5gp4j";
sha256 = "0bpkff1phc68shw6spkhd6zbxgjkgvdglym8b2hp383h14845qhb";

# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));
Expand Down

0 comments on commit 3fc7f92

Please sign in to comment.