php81Packages.box: 4.2.0 -> 4.3.8 (#241427)

This commit is contained in:
R. RyanTM 2023-07-03 23:58:03 -07:00 committed by GitHub
parent 8419b512e6
commit c67590170e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
let
pname = "box";
version = "4.2.0";
version = "4.3.8";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/box-project/box/releases/download/${version}/box.phar";
sha256 = "sha256-9pPhqFq9t3MKI/y6/7iCYB8ddWFrafGVcV/k+Exb+KQ=";
sha256 = "sha256-g9Y92yTsyXU4NWuQwyB3PRrKJxLRSBO9J77jumXPOxg=";
};
dontUnpack = true;