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

This commit is contained in:
Tim Steinbach 2018-02-28 10:40:32 -05:00
parent e1410a6792
commit 4f6b085c5e
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.6";
version = "4.15.7";
revision = "a";
sha256 = "11mj7bjmzbjwalvxq2wba33d1nymvjhr6j6bpgwwhhq6aqfg7zmh";
sha256 = "19kgy1fa4flnqm3a50hilgjczqkscay10183cvkzy3vxrnf8fl0f";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));