libcouchbase: 3.2.4 -> 3.2.5

This commit is contained in:
R. Ryantm 2022-02-21 18:13:09 +00:00 committed by Jonathan Ringer
parent 8af32947b4
commit 3bfc9a1cc6

View file

@ -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" ];