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

php74Packages.psysh: 0.10.8 -> 0.10.12
This commit is contained in:
Elis Hirwing 2021-12-08 13:21:23 +01:00 committed by GitHub
commit f46298f7db
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.8";
version = "0.10.12";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/bobthecow/psysh/releases/download/v${version}/psysh-v${version}.tar.gz";
sha256 = "sha256-6opSBKR5eI5HlaJy4A94JrxYfUtCCNVlyntmLZbWfOE=";
sha256 = "sha256-UJ44PgVdXw++gfKZgBTjOBFRj3GL0WUB7I0Qpdzrijw=";
};
dontUnpack = true;