phpPackages.phan: 6.0.1 -> 6.0.2 (#497467)

This commit is contained in:
Nikolay Korotkiy 2026-03-07 11:30:55 +00:00 committed by GitHub
commit aba1fbb858
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,16 +8,16 @@
(php.withExtensions ({ enabled, all }: enabled ++ (with all; [ ast ]))).buildComposerProject2
(finalAttrs: {
pname = "phan";
version = "6.0.1";
version = "6.0.2";
src = fetchFromGitHub {
owner = "phan";
repo = "phan";
tag = finalAttrs.version;
hash = "sha256-B6n4hGsUFwFsTLUMhtmElgF0xNqfol9RQ83aP9Zs/AI=";
hash = "sha256-GwiCyek+XuiXMd8LcKy79u19wySee6aRpG0e6dP44LU=";
};
vendorHash = "sha256-8m0aoK6P6HUhNLh4avMm9C0qBKVfsK9zQ+iJVWVhWm4=";
vendorHash = "sha256-+7U2PfjagpIOaeG+8pYAgEyqh6sZT5c+knoKX/S6L0M=";
composerStrictValidation = false;
doInstallCheck = true;