libcouchbase: 3.2.3 -> 3.2.4

This commit is contained in:
R. Ryantm 2021-12-07 10:14:03 +00:00
parent 0dc7780aab
commit fded36e95c

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libcouchbase";
version = "3.2.3";
version = "3.2.4";
src = fetchFromGitHub {
owner = "couchbase";
repo = "libcouchbase";
rev = version;
sha256 = "sha256-pCqSsmddgNtQJnOVIHz5ft0gJN5T7T3ehHtjuexhBxI=";
sha256 = "sha256-7gHqnhNog0CN92YyvypbHWWUnCDuvGP4oiJjtP9GkIY=";
};
cmakeFlags = [ "-DLCB_NO_MOCK=ON" ];