From 99e2997c5708014f29f620402e8596cc13d7e662 Mon Sep 17 00:00:00 2001 From: Patka Date: Sun, 7 Apr 2024 19:30:56 +0200 Subject: [PATCH] phpunit: 11.1.0 -> 11.1.1 diff: https://github.com/sebastianbergmann/phpunit/compare/11.1.0...11.1.1 --- pkgs/by-name/ph/phpunit/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ph/phpunit/package.nix b/pkgs/by-name/ph/phpunit/package.nix index 944c20a75118..e11c6812c4bf 100644 --- a/pkgs/by-name/ph/phpunit/package.nix +++ b/pkgs/by-name/ph/phpunit/package.nix @@ -5,13 +5,13 @@ php.buildComposerProject (finalAttrs: { pname = "phpunit"; - version = "11.1.0"; + version = "11.1.1"; src = fetchFromGitHub { owner = "sebastianbergmann"; repo = "phpunit"; rev = finalAttrs.version; - hash = "sha256-shmKMsfAm64EJr882lP5P4Uy1I97W/Anawj+dSaxnDo="; + hash = "sha256-aS2mQeE8WnEaTexl8qhhfGyi1MP48s6fjrTXkVLq1LU="; }; vendorHash = "sha256-kjMJCrMG08AXX662GAR5+V6w1+WOv8F9r6ONIOowP8Q=";