Skip to content

Commit

Permalink
linux-copperhead: 4.13.13.a -> 4.13.14.a
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Nov 20, 2017
1 parent fb3ad14 commit 58cc833
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.13.13";
version = "4.13.14";
revision = "a";
sha256 = "1bph0cvmms16mi5iczr6q1wrz7fp5gl2kz5lk8b3cx04wpj65jfl";
sha256 = "16bb1jvip50v62slp6cy96zncjhjzp3hvh29jc8ilcpxgyipmhlc";

# 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 58cc833

Please sign in to comment.