phpExtensions.couchbase: 2.6.1 -> 2.6.2

This commit is contained in:
Elis Hirwing 2020-10-24 09:55:57 +02:00
parent 78a48d7fb1
commit e05c3b2c99
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F

@ -1,7 +1,7 @@
{ buildPecl, lib, pkgs, php }:
let
pname = "couchbase";
version = "2.6.1";
version = "2.6.2";
in
buildPecl {
inherit pname version;
@ -10,7 +10,7 @@ buildPecl {
owner = "couchbase";
repo = "php-couchbase";
rev = "v${version}";
sha256 = "0jdzgcvab1vpxai23brmmvizjjq2d2dik9aklz6bzspfb512qjd6";
sha256 = "0ymrymnz91qg9b2ns044qg46wc65dffhxx402wpx1b5cj2vr4ma3";
};
configureFlags = [ "--with-couchbase" ];