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

libcouchbase: 3.2.5 -> 3.3.1
This commit is contained in:
Jonas Heinrich 2022-08-29 15:05:31 +02:00 committed by GitHub
commit 8cb5355f69
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.5";
version = "3.3.1";
src = fetchFromGitHub {
owner = "couchbase";
repo = "libcouchbase";
rev = version;
sha256 = "sha256-ffeSrWcvxvMY4mmA/+VoMitoCVUUP91t1lIOcuzNrJY=";
sha256 = "sha256-Fyx8qGojlWMlDCnuG+Ks2L2/Kf94GC+/0YiV3JjZgS8=";
};
cmakeFlags = [ "-DLCB_NO_MOCK=ON" ];