Skip to content

Commit 6ad9cb5

Browse files
committed
pretty-php: 0.4.94 -> 0.4.95
1 parent 72ffc39 commit 6ad9cb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/pr/pretty-php/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
}:
77
php.buildComposerProject2 (finalAttrs: {
88
pname = "pretty-php";
9-
version = "0.4.94";
9+
version = "0.4.95";
1010

1111
src = fetchFromGitHub {
1212
owner = "lkrms";
1313
repo = "pretty-php";
1414
tag = "v${finalAttrs.version}";
15-
hash = "sha256-zBhxuEViLxeQ9m3u1L0wYqeL+YEWWwvJS7PtsFPO5QU=";
15+
hash = "sha256-V+xncL02fY0olGxqjWBWqD6N1J0XOeOPe55aULuN2bA=";
1616
};
1717

18-
vendorHash = "sha256-Y1/wNFPXza2aO07ZFybpwI3XbTVBhEvFHs9ygHQbcSo=";
18+
vendorHash = "sha256-62KnzttuLsDP7DlEING/koS7lxf5A673F5DwppJs3vw=";
1919

2020
passthru = {
2121
tests.version = testers.testVersion {

0 commit comments

Comments
 (0)