Merge pull request #149525 from r-ryantm/auto-update/php-couchbase

php74Extensions.couchbase: 3.2.0 -> 3.2.1
This commit is contained in:
Elis Hirwing 2021-12-08 08:22:24 +01:00 committed by GitHub
commit 1b8a273754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ lib, buildPecl, fetchFromGitHub, writeText, libcouchbase, zlib, php, substituteAll }:
let
pname = "couchbase";
version = "3.2.0";
version = "3.2.1";
in
buildPecl {
inherit pname version;
@ -10,7 +10,7 @@ buildPecl {
owner = "couchbase";
repo = "php-couchbase";
rev = "v${version}";
sha256 = "sha256-rvlyH28xWLIVwK3yqqdhkoD1h6kl8FDq3Byo7mhV3jM=";
sha256 = "sha256-Ti1jo1do0xiY/FAfyG/YI/TTcgFTMWy8cuhorDodUko=";
};
configureFlags = [ "--with-couchbase" ];