mysql57: 5.7.23 -> 5.7.24 (#49221)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mysql/versions
This commit is contained in:
R. RyanTM 2018-10-27 06:50:57 -07:00 committed by Samuel Leathers
parent 6e677351aa
commit d9423ee446

View File

@ -7,11 +7,11 @@
let
self = stdenv.mkDerivation rec {
name = "mysql-${version}";
version = "5.7.23";
version = "5.7.24";
src = fetchurl {
url = "mirror://mysql/MySQL-5.7/${name}.tar.gz";
sha256 = "0rbc3xsc11lq2dm0ip6gxa16c06hi74scb97x5cw7yhbabaz4c07";
sha256 = "11qz8cc4zyi7sxs66c5zlap6fd3vra1srwgzcxdzhz59qs90rgq5";
};
preConfigure = stdenv.lib.optional stdenv.isDarwin ''