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

php80Packages.psysh: 0.11.16 -> 0.11.17
This commit is contained in:
Elis Hirwing 2023-05-15 07:52:34 +02:00 committed by GitHub
commit 1fb3ea2de8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;