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:
parent
6e677351aa
commit
d9423ee446
@ -7,11 +7,11 @@
|
|||||||
let
|
let
|
||||||
self = stdenv.mkDerivation rec {
|
self = stdenv.mkDerivation rec {
|
||||||
name = "mysql-${version}";
|
name = "mysql-${version}";
|
||||||
version = "5.7.23";
|
version = "5.7.24";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://mysql/MySQL-5.7/${name}.tar.gz";
|
url = "mirror://mysql/MySQL-5.7/${name}.tar.gz";
|
||||||
sha256 = "0rbc3xsc11lq2dm0ip6gxa16c06hi74scb97x5cw7yhbabaz4c07";
|
sha256 = "11qz8cc4zyi7sxs66c5zlap6fd3vra1srwgzcxdzhz59qs90rgq5";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = stdenv.lib.optional stdenv.isDarwin ''
|
preConfigure = stdenv.lib.optional stdenv.isDarwin ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user