3
0
Fork 0
forked from mirrors/nixpkgs

linux-copperhead: 4.14.7.a -> 4.14.8.b

This commit is contained in:
Tim Steinbach 2017-12-20 13:22:15 -05:00
parent 26fb53a325
commit cbf0b680a5
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

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