linux-copperhead: 4.16.9.a -> 4.16.10.a

This commit is contained in:
Tim Steinbach 2018-05-21 14:41:14 -04:00
parent d239113bb0
commit e8ef471df4
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.16.9";
version = "4.16.10";
revision = "a";
sha256 = "1g1924whb79cflh4wcqpyq9d7nfxdsvsjh2mv5ps85fsg2109kpl";
sha256 = "1dd9zislrlv24mnvzm2j9rfxnfp93lgf0pi48zpdglw5xpfwqm49";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));