libmysqlconnectorcpp: 8.4.0 -> 9.0.0

This commit is contained in:
R. Ryantm
2024-08-05 01:12:13 +00:00
parent 54770984fc
commit b63f62510f
@@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "libmysqlconnectorcpp";
version = "8.4.0";
version = "9.0.0";
src = fetchurl {
url = "https://cdn.mysql.com/Downloads/Connector-C++/mysql-connector-c++-${version}-src.tar.gz";
hash = "sha256-VAs9O00g7Pn5AL9Vu6hwcY5QZy9U+izbEkrfOFeWzos=";
hash = "sha256-7XEbT3sf/fyadgSOGVr/KH4tFd3evgvKhRsJ4UFCKzA=";
};
nativeBuildInputs = [