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 { stdenv.mkDerivation rec {
pname = "libcouchbase"; pname = "libcouchbase";
version = "3.2.3"; version = "3.2.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "couchbase"; owner = "couchbase";
repo = "libcouchbase"; repo = "libcouchbase";
rev = version; rev = version;
sha256 = "sha256-pCqSsmddgNtQJnOVIHz5ft0gJN5T7T3ehHtjuexhBxI="; sha256 = "sha256-7gHqnhNog0CN92YyvypbHWWUnCDuvGP4oiJjtP9GkIY=";
}; };
cmakeFlags = [ "-DLCB_NO_MOCK=ON" ]; cmakeFlags = [ "-DLCB_NO_MOCK=ON" ];