Skip to content

Commit 31f8013

Browse files
authored
[Backport release-24.11] php83Packages.phpstan: fix hash (#360546)
2 parents d0d06c0 + c9302bd commit 31f8013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

18-
vendorHash = "sha256-NLaOxWMhTViv7OfXE5b7NTeL/jD7Fvbx/1ihGlRJCws=";
18+
vendorHash = "sha256-IHnPhV4H8xkonjllOGMmB0zibaGapc8XBrg4km/jKb4=";
1919
composerStrictValidation = false;
2020

2121
meta = {

0 commit comments

Comments
 (0)