Merge pull request #149322 from r-ryantm/auto-update/libcouchbase

libcouchbase: 3.2.3 -> 3.2.4
This commit is contained in:
Bobby Rong 2022-01-01 19:01:54 +08:00 committed by GitHub
commit 45be3b1d3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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