nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

php.packages.phive: 0.15.0 -> 0.15.2

+3 -2
+3 -2
pkgs/development/php-packages/phive/default.nix
··· 2 2 3 3 mkDerivation rec { 4 4 pname = "phive"; 5 - version = "0.15.0"; 5 + version = "0.15.2"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/phar-io/phive/releases/download/${version}/phive-${version}.phar"; 9 - sha256 = "sha256-crMr8d5nsVt7+zQ5xPeph/JXmTEn6jJFVtp3mOgylB4="; 9 + sha256 = "K7B2dT7F1nL14vlql6D+fo6ewkpDnu0A/SnvlCx5Bfk="; 10 10 }; 11 11 12 12 dontUnpack = true; ··· 23 23 ''; 24 24 25 25 meta = with lib; { 26 + changelog = "https://github.com/phar-io/phive/releases/tag/${version}"; 26 27 description = "The Phar Installation and Verification Environment (PHIVE)"; 27 28 homepage = "https://github.com/phar-io/phive"; 28 29 license = licenses.bsd3;