Merge pull request #237527 from r-ryantm/auto-update/phpunit

phpunit: 10.2.1 -> 10.2.2

authored by

Pol Dellaiera and committed by
GitHub
0d4ee8fe 01ca892c

+2 -2
+2 -2
pkgs/development/tools/misc/phpunit/default.nix
··· 2 2 3 3 let 4 4 pname = "phpunit"; 5 - version = "10.2.1"; 5 + version = "10.2.2"; 6 6 in 7 7 stdenv.mkDerivation { 8 8 inherit pname version; 9 9 10 10 src = fetchurl { 11 11 url = "https://phar.phpunit.de/phpunit-${version}.phar"; 12 - hash = "sha256-gmxcr+WIQw/SeEvJpSFLKOuTb36qUe6WdlVWIq5tClo="; 12 + hash = "sha256-UAxqywIMrP42Nul0GV6mkKkXtnS7ah9rl4y1ykpJsxM="; 13 13 }; 14 14 15 15 dontUnpack = true;