Skip to content

Commit

Permalink
linux-copperhead: 4.14.39.a -> 4.14.41.a
Browse files Browse the repository at this point in the history
(cherry picked from commit b577dc3)
  • Loading branch information
NeQuissimus committed May 17, 2018
1 parent ec1ee66 commit ab8b927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-copperhead-lts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
with stdenv.lib;

let
version = "4.14.39";
version = "4.14.41";
revision = "a";
sha256 = "19nx537a8kbbyp5d67anrqfw8i8hliw3yb1gyrf70isl3fqifjaa";
sha256 = "16jwv1drs6xlwghzn8ps7v8x5xja61b5y6747c86g17idfaac1k3";

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

Please sign in to comment.