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

This commit is contained in:
Tim Steinbach 2018-05-01 11:35:05 -04:00
parent 21327edba3
commit 80d51a38bc
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

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