libmysqlconnectorcpp: 8.3.0 -> 8.4.0

This commit is contained in:
R. Ryantm 2024-06-11 08:17:43 +00:00
parent 64aff417d1
commit 0f49f8dbeb

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "libmysqlconnectorcpp";
version = "8.3.0";
version = "8.4.0";
src = fetchurl {
url = "https://cdn.mysql.com/Downloads/Connector-C++/mysql-connector-c++-${version}-src.tar.gz";
hash = "sha256-oXvx+tErGrF/X2x3ZiifuHIA6RlFMjTD7BZk13NL6Pg=";
hash = "sha256-VAs9O00g7Pn5AL9Vu6hwcY5QZy9U+izbEkrfOFeWzos=";
};
nativeBuildInputs = [