mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 04:04:06 +01:00
phpPackages.phan: 6.0.1 -> 6.0.2 (#497467)
This commit is contained in:
commit
aba1fbb858
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue