php74Packages.psysh: 0.11.1 -> 0.11.2

This commit is contained in:
R. Ryantm 2022-03-06 17:11:23 +00:00
parent 8f176cfe2c
commit 4bdec9bdc9

View File

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