Skip to content

Commit

Permalink
php81Packages.psysh: 0.11.17 -> 0.11.18
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 28, 2023
1 parent 773ac7c commit d0004a1
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
Expand Up @@ -2,14 +2,14 @@

let
pname = "psysh";
version = "0.11.17";
version = "0.11.18";
in
mkDerivation {
inherit pname version;

src = fetchurl {
url = "https://github.com/bobthecow/psysh/releases/download/v${version}/psysh-v${version}.tar.gz";
sha256 = "sha256-GQhX4vL059ztDb4eqcY1r3jdQS8gQkaQ7/+NMR4jH2M=";
sha256 = "sha256-roonJBpMXOAsa/IyPn3kR1VSHH/kUJFuUU6myVI7Y+A=";
};

dontUnpack = true;
Expand Down

0 comments on commit d0004a1

Please sign in to comment.