libcouchbase: 3.2.3 -> 3.2.4
This commit is contained in:
parent
0dc7780aab
commit
fded36e95c
1 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Reference in a new issue