Skip to content

Commit a4ac6ea

Browse files
pretty-php: 0.4.93 -> 0.4.94 (#411933)
Co-authored-by: piotrkwiecinski <[email protected]>
2 parents 4aea81f + e9a3e84 commit a4ac6ea

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.93";
9+
version = "0.4.94";
1010

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

18-
vendorHash = "sha256-cp6WPlEc3WCW19UqLgrqMv8zE9UrCiTuN+WqTpAsuWE=";
18+
vendorHash = "sha256-vnmp/HLzaOzHu22lzugRXIHL43YQ/hm223gcUbIiLT4=";
1919

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

0 commit comments

Comments
 (0)