phpPackages.phan: 5.5.0 -> 5.5.1
This commit is contained in:
parent
7f306c35da
commit
a459d6e261
@ -7,13 +7,13 @@
|
|||||||
(php.withExtensions ({ enabled, all }: enabled ++ (with all; [ ast ]))).buildComposerProject
|
(php.withExtensions ({ enabled, all }: enabled ++ (with all; [ ast ]))).buildComposerProject
|
||||||
(finalAttrs: {
|
(finalAttrs: {
|
||||||
pname = "phan";
|
pname = "phan";
|
||||||
version = "5.5.0";
|
version = "5.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "phan";
|
owner = "phan";
|
||||||
repo = "phan";
|
repo = "phan";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-jWlxBCfkN5nTd3nEwRLobDuxnJirk53ChSw59rj4gq0=";
|
hash = "sha256-G17ORkHmu6nkfJ8UrGzcaybPOKPrq1Q+LXVS56aVOZ8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-Ake5/7IyoweC2ONDuWt9jJSbG0JbnU9lmCRu2p6uUQM=";
|
vendorHash = "sha256-Ake5/7IyoweC2ONDuWt9jJSbG0JbnU9lmCRu2p6uUQM=";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user