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 }:
let
pname = "psysh";
version = "0.10.4";
version = "0.10.8";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/bobthecow/psysh/releases/download/v${version}/psysh-v${version}.tar.gz";
sha256 = "005xh5rz12bsy9yvzzr69zpr0p7v4sh6cafhpinpfrvbwfq068f1";
sha256 = "sha256-6opSBKR5eI5HlaJy4A94JrxYfUtCCNVlyntmLZbWfOE=";
};
phases = [ "installPhase" ];