linux-copperhead: 4.14.38.a -> 4.14.39.a

(cherry picked from commit 03d39c36fa73d5f03973096f6479512a83434759)
This commit is contained in:
Tim Steinbach
2018-05-02 17:28:02 -04:00
parent 0dd1214d05
commit 4d228f17c8

View File

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