tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
php.packages.phive: 0.15.0 -> 0.15.2
Pol Dellaiera
3 years ago
70b8963e
d3f87fcf
+3
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
php-packages
phive
default.nix
+3
-2
pkgs/development/php-packages/phive/default.nix
reviewed
···
2
2
3
3
mkDerivation rec {
4
4
pname = "phive";
5
5
-
version = "0.15.0";
5
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
9
-
sha256 = "sha256-crMr8d5nsVt7+zQ5xPeph/JXmTEn6jJFVtp3mOgylB4=";
9
9
+
sha256 = "K7B2dT7F1nL14vlql6D+fo6ewkpDnu0A/SnvlCx5Bfk=";
10
10
};
11
11
12
12
dontUnpack = true;
···
23
23
'';
24
24
25
25
meta = with lib; {
26
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;