php74Packages.psysh: 0.11.0 -> 0.11.1

This commit is contained in:
R. Ryantm 2022-02-13 02:23:33 +00:00
parent 366b2f7a5a
commit 490822f8bc

View File

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