3
0
Fork 0
forked from mirrors/nixpkgs

linux-copperhead: 4.15.15.a -> 4.15.16.a

This commit is contained in:
Tim Steinbach 2018-04-08 18:54:31 -04:00
parent 9adee13f38
commit 8fe9b023b3
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.15.15";
version = "4.15.16";
revision = "a";
sha256 = "08jsdnkfqcigcr87yhszbnz8gh62vdmxdwlr38gjxximv95k1gf7";
sha256 = "0jxf01gf5rh6kwxcsv6mwlhq3wva2ps0ayrx40zwrdhkqy03w79x";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));