Unverified Commit c6759017 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

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

parent 8419b512
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;