mysql55: 5.7.16 -> 5.7.17

This commit is contained in:
Michael Raskin 2017-01-04 17:25:45 +01:00
parent b578bbbe68
commit 8ec3b1fd5f
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
name = "mysql-${version}";
version = "5.7.16";
version = "5.7.17";
src = fetchurl {
url = "mirror://mysql/MySQL-5.7/${name}.tar.gz";
sha256 = "198qhd9bdm0fnpp307mgby2aar92yzya0937kxi7bcpdfjcvada9";
sha256 = "0lcn9cm36n14g22bcppq5vf4nxbrl3khvlsp9hsixqdfb3l27gyf";
};
preConfigure = stdenv.lib.optional stdenv.isDarwin ''