3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #184449 from r-ryantm/auto-update/php-psysh

php80Packages.psysh: 0.11.2 -> 0.11.8
This commit is contained in:
Elis Hirwing 2022-08-01 09:03:47 +02:00 committed by GitHub
commit 838c38dd9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ mkDerivation, fetchurl, makeWrapper, lib, php }:
let
pname = "psysh";
version = "0.11.2";
version = "0.11.8";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/bobthecow/psysh/releases/download/v${version}/psysh-v${version}.tar.gz";
sha256 = "sha256-u7VTlZw9k7VDWKGK/8fzFw0bjNu6DMGsoQnDedHgCWg=";
sha256 = "sha256-VK1e3qQGaN6Kc/5dUaGwrHAqk9yiJCwbW29x6i6nHQ4=";
};
dontUnpack = true;