Skip to content

Commit

Permalink
phpPackages.psysh: update hashes
Browse files Browse the repository at this point in the history
I originally wanted to investigate what went wrong here, but I guess
that the tag just got force-pushed.

See https://hydra.nixos.org/build/276639542
  • Loading branch information
Ma27 committed Nov 1, 2024
1 parent 11c20b2 commit 8236f19
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 @@ -19,7 +19,7 @@ let
composerLock = fetchurl {
name = "composer.lock";
url = "https://github.com/bobthecow/psysh/releases/download/v${version}/composer-v${version}.lock";
hash = "sha256-ur6mzla3uXeFL6aEHAPdpxGdvcgzOgTLW/CKPbNqeCg=";
hash = "sha256-PQDWShzvTY8yF+OUPVJAV0HMx0/KnA03TDhZUM7ppXw=";
};
in
php.buildComposerProject2 (finalAttrs: {
Expand All @@ -45,7 +45,7 @@ php.buildComposerProject2 (finalAttrs: {
composer update --lock --no-install
'';

vendorHash = "sha256-mW276lzOTCY68EnvSVR+tD+gh3Y61GrWchVJHDZ4dpg=";
vendorHash = "sha256-tKy2A3dGGmZZzZF0JxtG6NYMfG/paQsuxAO1y3GfCsA=";
};

meta = {
Expand Down

0 comments on commit 8236f19

Please sign in to comment.