Loading pkgs/development/php-packages/phan/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,16 +8,16 @@ (php.withExtensions ({ enabled, all }: enabled ++ (with all; [ ast ]))).buildComposerProject2 (finalAttrs: { pname = "phan"; version = "6.0.2"; version = "6.0.5"; src = fetchFromGitHub { owner = "phan"; repo = "phan"; tag = finalAttrs.version; hash = "sha256-GwiCyek+XuiXMd8LcKy79u19wySee6aRpG0e6dP44LU="; hash = "sha256-R49f3SljQjNywDi7AsOHbce+4RhC59ugL5ClY8XBQho="; }; vendorHash = "sha256-+7U2PfjagpIOaeG+8pYAgEyqh6sZT5c+knoKX/S6L0M="; vendorHash = "sha256-pzMsPFN3PXLEEWyjPTMdDCsAv6VDsIYGpma84Mu/Gos="; composerStrictValidation = false; doInstallCheck = true; Loading Loading
pkgs/development/php-packages/phan/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,16 +8,16 @@ (php.withExtensions ({ enabled, all }: enabled ++ (with all; [ ast ]))).buildComposerProject2 (finalAttrs: { pname = "phan"; version = "6.0.2"; version = "6.0.5"; src = fetchFromGitHub { owner = "phan"; repo = "phan"; tag = finalAttrs.version; hash = "sha256-GwiCyek+XuiXMd8LcKy79u19wySee6aRpG0e6dP44LU="; hash = "sha256-R49f3SljQjNywDi7AsOHbce+4RhC59ugL5ClY8XBQho="; }; vendorHash = "sha256-+7U2PfjagpIOaeG+8pYAgEyqh6sZT5c+knoKX/S6L0M="; vendorHash = "sha256-pzMsPFN3PXLEEWyjPTMdDCsAv6VDsIYGpma84Mu/Gos="; composerStrictValidation = false; doInstallCheck = true; Loading