libcouchbase: 2.9.5 -> 2.10.0 (#49271)
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
1d5b938eb5
commit
7eedac5fc5
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libcouchbase-${version}";
|
name = "libcouchbase-${version}";
|
||||||
version = "2.9.5";
|
version = "2.10.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "couchbase";
|
owner = "couchbase";
|
||||||
repo = "libcouchbase";
|
repo = "libcouchbase";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "18l3579b47l8d6nhv0xls8pybkqdmdkw8jg4inalnx3g7ydqfn00";
|
sha256 = "08bvnd0m18qs5akbblf80l54khm1523fdiiajp7fj88vrs86nbi2";
|
||||||
};
|
};
|
||||||
|
|
||||||
cmakeFlags = "-DLCB_NO_MOCK=ON";
|
cmakeFlags = "-DLCB_NO_MOCK=ON";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user