php.packages.box: 4.1.0 -> 4.2.0

This commit is contained in:
Pol Dellaiera 2022-12-24 19:30:40 +01:00
parent 8cd511dde1
commit 7fc6b0e4a4
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -1,14 +1,15 @@
{ mkDerivation, fetchurl, makeWrapper, lib, php }:
let
pname = "box";
version = "4.1.0";
version = "4.2.0";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/box-project/box/releases/download/${version}/box.phar";
sha256 = "sha256-DtrTsCocCpLngiEPrKBrFeU+OnND8AoI83g+Y7+zHzs=";
sha256 = "sha256-9pPhqFq9t3MKI/y6/7iCYB8ddWFrafGVcV/k+Exb+KQ=";
};
dontUnpack = true;
@ -25,6 +26,7 @@ mkDerivation {
'';
meta = with lib; {
changelog = "https://github.com/box-project/box/releases/tag/${version}";
description = "An application for building and managing Phars";
license = licenses.mit;
homepage = "https://github.com/box-project/box";