Skip to content

Commit d0d06c0

Browse files
authored
[Backport release-24.11] php83Packages.psalm: fix hash (#360544)
2 parents b18e631 + 176ae8f commit d0d06c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/php-packages/psalm/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ php.buildComposerProject2 (finalAttrs: {
1111
src = fetchFromGitHub {
1212
owner = "vimeo";
1313
repo = "psalm";
14-
rev = finalAttrs.version;
14+
rev = "refs/tags/${finalAttrs.version}";
1515
hash = "sha256-ecORCwTnTKzy/pgfODu9W9I/5xL+8Fo4OgZ5LsYDYLQ=";
1616
};
1717

1818
# Missing `composer.lock` from the repository.
1919
# Issue open at https://github.com/vimeo/psalm/issues/10446
2020
composerLock = ./composer.lock;
21-
vendorHash = "sha256-8SsGwKeE4b9sRD2STRMjWW50UVy9x8HZsZhT0sIC/Cg=";
21+
vendorHash = "sha256-lPUwhEUFIyFZPHFxQTE0l7GkkJxGCcSGSYqaVOohSgs=";
2222

2323
meta = {
2424
changelog = "https://github.com/vimeo/psalm/releases/tag/${finalAttrs.version}";

0 commit comments

Comments
 (0)