3
0
Fork 0
forked from mirrors/nixpkgs

php80Packages.psysh: 0.11.16 -> 0.11.17

This commit is contained in:
R. Ryantm 2023-05-14 01:03:04 +00:00
parent 021f9a2fe5
commit 641eadf1e1

View file

@ -2,14 +2,14 @@
let
pname = "psysh";
version = "0.11.16";
version = "0.11.17";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/bobthecow/psysh/releases/download/v${version}/psysh-v${version}.tar.gz";
sha256 = "sha256-4FEjMtp7MRTjpdb1ZpKqCa0erxrW90JyGy1ZmMBVdZE=";
sha256 = "sha256-GQhX4vL059ztDb4eqcY1r3jdQS8gQkaQ7/+NMR4jH2M=";
};
dontUnpack = true;