php81Packages.psysh: 0.11.18 -> 0.11.20

This commit is contained in:
R. Ryantm 2023-09-03 22:35:27 +00:00
parent 3ed98aebe5
commit 6fa55ab582

View File

@ -2,14 +2,14 @@
let
pname = "psysh";
version = "0.11.18";
version = "0.11.20";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/bobthecow/psysh/releases/download/v${version}/psysh-v${version}.tar.gz";
sha256 = "sha256-roonJBpMXOAsa/IyPn3kR1VSHH/kUJFuUU6myVI7Y+A=";
sha256 = "sha256-1d07/qE6qamsmBkkuuxIY9YgYC7wgP21QDc5Iu9Ecv4=";
};
dontUnpack = true;