diff --git a/pkgs/development/php-packages/phive/default.nix b/pkgs/development/php-packages/phive/default.nix index f564cb536922..f5670cdfcf23 100644 --- a/pkgs/development/php-packages/phive/default.nix +++ b/pkgs/development/php-packages/phive/default.nix @@ -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;