pretty-php: 0.4.93 -> 0.4.94 (#411933)

Co-authored-by: piotrkwiecinski <piotrkwiecinski@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-05-29 06:03:10 +00:00 committed by GitHub
commit a4ac6ea818
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {