Skip to content

Commit

Permalink
libmysqlconnectorcpp: 8.4.0 -> 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 5, 2024
1 parent 5477098 commit b63f625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libmysqlconnectorcpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit b63f625

Please sign in to comment.