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

This commit is contained in:
Tim Steinbach 2018-05-16 21:56:50 -04:00
parent b577dc3bd0
commit 1006c8c8d2
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.7";
version = "4.16.9";
revision = "a";
sha256 = "1kdy3sqrn161hm5avhk3nd75p07a21ja0rzar3ybibh1bl2mc6zq";
sha256 = "1g1924whb79cflh4wcqpyq9d7nfxdsvsjh2mv5ps85fsg2109kpl";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));