phpPackages.psysh: 0.10.4 -> 0.10.8

This commit is contained in:
Maximilian Bosch 2021-05-14 15:43:38 +02:00
parent 3464899979
commit 6e8500341d
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -1,14 +1,14 @@
{ mkDerivation, fetchurl, makeWrapper, lib, php }: { mkDerivation, fetchurl, makeWrapper, lib, php }:
let let
pname = "psysh"; pname = "psysh";
version = "0.10.4"; version = "0.10.8";
in in
mkDerivation { mkDerivation {
inherit pname version; inherit pname version;
src = fetchurl { src = fetchurl {
url = "https://github.com/bobthecow/psysh/releases/download/v${version}/psysh-v${version}.tar.gz"; url = "https://github.com/bobthecow/psysh/releases/download/v${version}/psysh-v${version}.tar.gz";
sha256 = "005xh5rz12bsy9yvzzr69zpr0p7v4sh6cafhpinpfrvbwfq068f1"; sha256 = "sha256-6opSBKR5eI5HlaJy4A94JrxYfUtCCNVlyntmLZbWfOE=";
}; };
phases = [ "installPhase" ]; phases = [ "installPhase" ];