3
0
Fork 0
forked from mirrors/nixpkgs

phpPackages.couchbase: 2.3.4 -> 2.6.0

This commit is contained in:
Izorkin 2018-12-11 11:57:43 +03:00 committed by Franz Pletz
parent 72b3ceaa2f
commit 3c15573712
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -34,7 +34,7 @@ let
couchbase = buildPecl rec {
name = "couchbase-${version}";
version = "2.3.4";
version = "2.6.0";
buildInputs = [ pkgs.libcouchbase pkgs.zlib igbinary pcs ];
@ -42,7 +42,7 @@ let
owner = "couchbase";
repo = "php-couchbase";
rev = "v${version}";
sha256 = "0rdlrl7vh4kbxxj9yxp54xpnnrxydpa9fab7dy4nas474j5vb2bp";
sha256 = "0lhcvgd4a0wvxniinxajj48p5krbp44h8932021qq14rv94r4k0b";
};
configureFlags = [ "--with-couchbase" ];