Skip to content

Commit

Permalink
linux-copperhead: 4.14.3.a -> 4.14.4.a
Browse files Browse the repository at this point in the history
(cherry picked from commit 9fc38e881dc0d4c70a3929c07b32b34e35069c94)
  • Loading branch information
NeQuissimus committed Dec 9, 2017
1 parent 9daaf5f commit 1122401
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.3";
version = "4.14.4";
revision = "a";
sha256 = "18pcmi927gw4a0ih09fq1wv0jbzp1z42a8kga8ralcac828i6gi3";
sha256 = "1h99nhm3yd528gj0wg71lzi8v314r6r00m8zh2cw2sz82k7fds4w";

# 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 1122401

Please sign in to comment.