Skip to content

Commit

Permalink
linux-copperhead: 4.15.2.a -> 4.15.3.a
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Feb 12, 2018
1 parent daae04d commit 8a60770
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.15.2";
version = "4.15.3";
revision = "a";
sha256 = "1rmia5k07pfx47qkc8nx3xiap6mxbwlry3jxrx4kwf3hh5cnqnsv";
sha256 = "1fxdllg60hwlbmjijcj7w6c3xz0rf9268f12qy45diahmydyccgc";

# 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 8a60770

Please sign in to comment.