Merge pull request #228843 from r-ryantm/auto-update/php80Packages.psysh

php80Packages.psysh: 0.11.10 -> 0.11.16
This commit is contained in:
Elis Hirwing 2023-04-29 09:15:57 +02:00 committed by GitHub
commit b4f0b378e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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