File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pkgs/development/php-packages/psalm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ php.buildComposerProject2 (finalAttrs: {
11
11
src = fetchFromGitHub {
12
12
owner = "vimeo" ;
13
13
repo = "psalm" ;
14
- rev = finalAttrs . version ;
14
+ rev = "refs/tags/ ${ finalAttrs . version } " ;
15
15
hash = "sha256-ecORCwTnTKzy/pgfODu9W9I/5xL+8Fo4OgZ5LsYDYLQ=" ;
16
16
} ;
17
17
18
18
# Missing `composer.lock` from the repository.
19
19
# Issue open at https://github.com/vimeo/psalm/issues/10446
20
20
composerLock = ./composer.lock ;
21
- vendorHash = "sha256-8SsGwKeE4b9sRD2STRMjWW50UVy9x8HZsZhT0sIC/Cg =" ;
21
+ vendorHash = "sha256-lPUwhEUFIyFZPHFxQTE0l7GkkJxGCcSGSYqaVOohSgs =" ;
22
22
23
23
meta = {
24
24
changelog = "https://github.com/vimeo/psalm/releases/tag/${ finalAttrs . version } " ;
You can’t perform that action at this time.
0 commit comments