pretty-php: 0.4.93 -> 0.4.94

This commit is contained in:
R. Ryantm 2025-05-29 00:18:35 +00:00
parent 6ed432a97e
commit e9a3e84e7d

View file

@ -6,16 +6,16 @@
}: }:
php.buildComposerProject2 (finalAttrs: { php.buildComposerProject2 (finalAttrs: {
pname = "pretty-php"; pname = "pretty-php";
version = "0.4.93"; version = "0.4.94";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lkrms"; owner = "lkrms";
repo = "pretty-php"; repo = "pretty-php";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-5gFTL4hcnEMKrffMpLRfneq5zeMHH50fjpvZcnefJZ8="; hash = "sha256-zBhxuEViLxeQ9m3u1L0wYqeL+YEWWwvJS7PtsFPO5QU=";
}; };
vendorHash = "sha256-cp6WPlEc3WCW19UqLgrqMv8zE9UrCiTuN+WqTpAsuWE="; vendorHash = "sha256-vnmp/HLzaOzHu22lzugRXIHL43YQ/hm223gcUbIiLT4=";
passthru = { passthru = {
tests.version = testers.testVersion { tests.version = testers.testVersion {