Skip to content

Commit

Permalink
Merge pull request NixOS#151405 from r-ryantm/auto-update/php-psysh
Browse files Browse the repository at this point in the history
php74Packages.psysh: 0.10.12 -> 0.11.0
  • Loading branch information
etu authored Dec 20, 2021
2 parents f0fe5e9 + a929dd9 commit a7c2c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/php-packages/psysh/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ mkDerivation, fetchurl, makeWrapper, lib, php }:
let
pname = "psysh";
version = "0.10.12";
version = "0.11.0";
in
mkDerivation {
inherit pname version;

src = fetchurl {
url = "https://github.com/bobthecow/psysh/releases/download/v${version}/psysh-v${version}.tar.gz";
sha256 = "sha256-UJ44PgVdXw++gfKZgBTjOBFRj3GL0WUB7I0Qpdzrijw=";
sha256 = "sha256-UIAeOVbKWcfNV3bXaBhkK06wezhtig8aBZfB27umwFU=";
};

dontUnpack = true;
Expand Down

0 comments on commit a7c2c3f

Please sign in to comment.