0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

libmysqlconnectorcpp: use mirror url

This commit is contained in:
Peder Bergebakken Sundt 2024-10-09 12:04:03 +02:00
parent f61df32a48
commit 19b9271241

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
version = "9.0.0";
src = fetchurl {
url = "https://cdn.mysql.com/Downloads/Connector-C++/mysql-connector-c++-${version}-src.tar.gz";
url = "mirror://mysql/Connector-C++/mysql-connector-c++-${version}-src.tar.gz";
hash = "sha256-7XEbT3sf/fyadgSOGVr/KH4tFd3evgvKhRsJ4UFCKzA=";
};