mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
Merge pull request #243536 from NixOS/php/extension/update-msgpack
phpExtensions.msgpack: 2.2.0RC2 -> 2.2.0
This commit is contained in:
commit
27f58aceb0
@ -1,16 +1,16 @@
|
||||
{ buildPecl, lib }:
|
||||
|
||||
buildPecl rec {
|
||||
version = "2.2.0RC2";
|
||||
version = "2.2.0";
|
||||
pname = "msgpack";
|
||||
|
||||
sha256 = "sha256-bVV043knbk7rionXqB70RKa1zlJ5K/Nw0oTXZllmJOg=";
|
||||
sha256 = "sha256-gqoeQExf9U7EHSogEwXNZZTtFKdSnpEZ+nykV+S70So=";
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
changelog = "https://pecl.php.net/package-info.php?package=msgpack&version=${version}";
|
||||
description = "PHP extension for interfacing with MessagePack";
|
||||
license = licenses.bsd3;
|
||||
homepage = "https://github.com/msgpack/msgpack-php";
|
||||
maintainers = teams.php.members ++ [ maintainers.ostrolucky ];
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = lib.teams.php.members ++ [ lib.maintainers.ostrolucky ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user