Skip to content

Commit

Permalink
linux-copperhead: 4.13.12.a -> 4.13.13.a
Browse files Browse the repository at this point in the history
(cherry picked from commit b83f01c9890089bb46d3e42a5f44d1bb38d4881e)
  • Loading branch information
NeQuissimus committed Nov 16, 2017
1 parent 5e3cfde commit 17d60d2
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.12";
version = "4.13.13";
revision = "a";
sha256 = "10zfdv0s5jdpp9nqbxi34wwf1pqh3fjflgcd60f7cbr95ivvkl9r";
sha256 = "1bph0cvmms16mi5iczr6q1wrz7fp5gl2kz5lk8b3cx04wpj65jfl";

# 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 17d60d2

Please sign in to comment.