linux-copperhead: 4.15.5.a -> 4.15.6.a

This commit is contained in:
Tim Steinbach 2018-02-25 11:10:07 -05:00
parent 2ba3f3a51a
commit f9fc80604d
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.5";
version = "4.15.6";
revision = "a";
sha256 = "082b5mwkklf111516qld980dqh4q7g1afb2y7mhc2in5pgkgqrws";
sha256 = "11mj7bjmzbjwalvxq2wba33d1nymvjhr6j6bpgwwhhq6aqfg7zmh";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));