libcouchbase: 2.10.0 -> 2.10.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libcouchbase/versions
This commit is contained in:
parent
61b435d866
commit
de9c97c0c8
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libcouchbase-${version}";
|
name = "libcouchbase-${version}";
|
||||||
version = "2.10.0";
|
version = "2.10.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "couchbase";
|
owner = "couchbase";
|
||||||
repo = "libcouchbase";
|
repo = "libcouchbase";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "08bvnd0m18qs5akbblf80l54khm1523fdiiajp7fj88vrs86nbi2";
|
sha256 = "1znhy99nhiv21j2jwsx9dsmg8br01wg0hsf1yfwsjny0myv13xkm";
|
||||||
};
|
};
|
||||||
|
|
||||||
cmakeFlags = "-DLCB_NO_MOCK=ON";
|
cmakeFlags = "-DLCB_NO_MOCK=ON";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user