mysql57: 5.7.22 -> 5.7.23 (#44740)
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:
parent
f5366e9163
commit
bbfed77bec
@ -7,11 +7,11 @@
|
|||||||
let
|
let
|
||||||
self = stdenv.mkDerivation rec {
|
self = stdenv.mkDerivation rec {
|
||||||
name = "mysql-${version}";
|
name = "mysql-${version}";
|
||||||
version = "5.7.22";
|
version = "5.7.23";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://mysql/MySQL-5.7/${name}.tar.gz";
|
url = "mirror://mysql/MySQL-5.7/${name}.tar.gz";
|
||||||
sha256 = "1wng15j5caz6fsv28avlcxjgq3c5n90ifk79xa0h7jws19dl1f2f";
|
sha256 = "0rbc3xsc11lq2dm0ip6gxa16c06hi74scb97x5cw7yhbabaz4c07";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = stdenv.lib.optional stdenv.isDarwin ''
|
preConfigure = stdenv.lib.optional stdenv.isDarwin ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user