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

This commit is contained in:
Tim Steinbach 2018-05-02 17:28:02 -04:00
parent 1f52bfb67c
commit 14d5bbd67e
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA
1 changed files with 2 additions and 2 deletions

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")));