libcouchbase: 3.2.4 -> 3.2.5

This commit is contained in:
R. Ryantm
2022-02-25 11:03:59 -08:00
committed by Jonathan Ringer
parent 8af32947b4
commit 3bfc9a1cc6
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libcouchbase";
version = "3.2.4";
version = "3.2.5";
src = fetchFromGitHub {
owner = "couchbase";
repo = "libcouchbase";
rev = version;
sha256 = "sha256-7gHqnhNog0CN92YyvypbHWWUnCDuvGP4oiJjtP9GkIY=";
sha256 = "sha256-ffeSrWcvxvMY4mmA/+VoMitoCVUUP91t1lIOcuzNrJY=";
};
cmakeFlags = [ "-DLCB_NO_MOCK=ON" ];