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

php74Packages.psysh: 0.10.12 -> 0.11.0
This commit is contained in:
Elis Hirwing 2021-12-20 13:33:40 +01:00 committed by GitHub
commit a7c2c3fc68
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.10.12";
version = "0.11.0";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/bobthecow/psysh/releases/download/v${version}/psysh-v${version}.tar.gz";
sha256 = "sha256-UJ44PgVdXw++gfKZgBTjOBFRj3GL0WUB7I0Qpdzrijw=";
sha256 = "sha256-UIAeOVbKWcfNV3bXaBhkK06wezhtig8aBZfB27umwFU=";
};
dontUnpack = true;