php.packages.phive: 0.15.0 -> 0.15.2

This commit is contained in:
Pol Dellaiera 2022-12-24 19:32:28 +01:00
parent d3f87fcff6
commit 70b8963e8f
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -2,11 +2,11 @@
mkDerivation rec {
pname = "phive";
version = "0.15.0";
version = "0.15.2";
src = fetchurl {
url = "https://github.com/phar-io/phive/releases/download/${version}/phive-${version}.phar";
sha256 = "sha256-crMr8d5nsVt7+zQ5xPeph/JXmTEn6jJFVtp3mOgylB4=";
sha256 = "K7B2dT7F1nL14vlql6D+fo6ewkpDnu0A/SnvlCx5Bfk=";
};
dontUnpack = true;
@ -23,6 +23,7 @@ mkDerivation rec {
'';
meta = with lib; {
changelog = "https://github.com/phar-io/phive/releases/tag/${version}";
description = "The Phar Installation and Verification Environment (PHIVE)";
homepage = "https://github.com/phar-io/phive";
license = licenses.bsd3;