phpExtensions.couchbase: 2.6.1 -> 2.6.2
This commit is contained in:
parent
78a48d7fb1
commit
e05c3b2c99
1 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue