Skip to content

Commit

Permalink
linux-copperhead: 4.14.36.a -> 4.14.37.a
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Apr 28, 2018
1 parent e8012dd commit 2eb4229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-copperhead-hardened.nix
Expand Up @@ -3,9 +3,9 @@
with stdenv.lib;

let
version = "4.14.36";
version = "4.14.37";
revision = "a";
sha256 = "052ck8giy5nxy7871crhx6cdkgzzzpffdm8ilq1ys0rd3vldzl9b";
sha256 = "0dwi17hx13kkccqc2315dnb8sfdc0jgv9v4b1xd10v2pnq7qb0x8";

# 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 2eb4229

Please sign in to comment.