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.
1 parent 72ffc39 commit 6ad9cb5Copy full SHA for 6ad9cb5
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.94";
+ version = "0.4.95";
10
11
src = fetchFromGitHub {
12
owner = "lkrms";
13
repo = "pretty-php";
14
tag = "v${finalAttrs.version}";
15
- hash = "sha256-zBhxuEViLxeQ9m3u1L0wYqeL+YEWWwvJS7PtsFPO5QU=";
+ hash = "sha256-V+xncL02fY0olGxqjWBWqD6N1J0XOeOPe55aULuN2bA=";
16
};
17
18
- vendorHash = "sha256-Y1/wNFPXza2aO07ZFybpwI3XbTVBhEvFHs9ygHQbcSo=";
+ vendorHash = "sha256-62KnzttuLsDP7DlEING/koS7lxf5A673F5DwppJs3vw=";
19
20
passthru = {
21
tests.version = testers.testVersion {
0 commit comments