Skip to content

Commit

Permalink
linux-copperhead: 4.14.15.a -> 4.15.a
Browse files Browse the repository at this point in the history
(cherry picked from commit e1ee72e4a0d470a039edf4c37f251c2140507550)
  • Loading branch information
NeQuissimus committed Jan 29, 2018
1 parent 853a6fe commit 6959269
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.14.15";
version = "4.15";
revision = "a";
sha256 = "1ziw1wbbm35rkj69in4f2b28slplxdsz43w29hxngbp88137h1vx";
sha256 = "1jia6isz4mi7a76rg7nd5iqll6py5kjz0myp4z0dx17xm9axcgqm";

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

Please sign in to comment.