Merge pull request #253192 from r-ryantm/auto-update/php81Packages.psysh

php81Packages.psysh: 0.11.18 -> 0.11.20
This commit is contained in:
Pol Dellaiera 2023-09-04 05:56:22 +02:00 committed by GitHub
commit 81a8aa7652
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.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;