Merge pull request #159725 from r-ryantm/auto-update/php-psysh

php74Packages.psysh: 0.11.0 -> 0.11.1
This commit is contained in:
Ryan Mulligan 2022-02-12 21:01:03 -08:00 committed by GitHub
commit a3b32c0e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ mkDerivation, fetchurl, makeWrapper, lib, php }:
let
pname = "psysh";
version = "0.11.0";
version = "0.11.1";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/bobthecow/psysh/releases/download/v${version}/psysh-v${version}.tar.gz";
sha256 = "sha256-UIAeOVbKWcfNV3bXaBhkK06wezhtig8aBZfB27umwFU=";
sha256 = "sha256-OiEXI7AVcC5udISfJ41285OBL82mSd1Xb5qhVtG4p9I=";
};
dontUnpack = true;