We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4aea81f + e9a3e84 commit a4ac6eaCopy full SHA for a4ac6ea
pkgs/by-name/pr/pretty-php/package.nix
@@ -6,16 +6,16 @@
6
}:
7
php.buildComposerProject2 (finalAttrs: {
8
pname = "pretty-php";
9
- version = "0.4.93";
+ version = "0.4.94";
10
11
src = fetchFromGitHub {
12
owner = "lkrms";
13
repo = "pretty-php";
14
tag = "v${finalAttrs.version}";
15
- hash = "sha256-5gFTL4hcnEMKrffMpLRfneq5zeMHH50fjpvZcnefJZ8=";
+ hash = "sha256-zBhxuEViLxeQ9m3u1L0wYqeL+YEWWwvJS7PtsFPO5QU=";
16
};
17
18
- vendorHash = "sha256-cp6WPlEc3WCW19UqLgrqMv8zE9UrCiTuN+WqTpAsuWE=";
+ vendorHash = "sha256-vnmp/HLzaOzHu22lzugRXIHL43YQ/hm223gcUbIiLT4=";
19
20
passthru = {
21
tests.version = testers.testVersion {
0 commit comments