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

phpunit: 10.1.3 -> 10.2.1

authored by

Pol Dellaiera and committed by
GitHub
47c9ecba d5210941

+2 -2
+2 -2
pkgs/development/tools/misc/phpunit/default.nix
··· 2 2 3 3 let 4 4 pname = "phpunit"; 5 - version = "10.1.3"; 5 + version = "10.2.1"; 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-b0ruyOh/DqKJYQskZSJnBsROotQuZsIBzscjKfrZ0tY="; 12 + hash = "sha256-gmxcr+WIQw/SeEvJpSFLKOuTb36qUe6WdlVWIq5tClo="; 13 13 }; 14 14 15 15 dontUnpack = true;