linux-copperhead: 4.16.6.a -> 4.16.7.a

(cherry picked from commit 8495f3b7f3d79caad7d1f348d483d22337581697)
This commit is contained in:
Tim Steinbach
2018-05-02 17:28:15 -04:00
parent 4d228f17c8
commit ed83f5c574

View File

@@ -3,9 +3,9 @@
with stdenv.lib;
let
version = "4.16.6";
version = "4.16.7";
revision = "a";
sha256 = "0lkycpb837svrvyy04a8n2ix1rrzfl87ah5293mgf9jgy4kmaa2l";
sha256 = "1kdy3sqrn161hm5avhk3nd75p07a21ja0rzar3ybibh1bl2mc6zq";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));