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

phpunit: 10.0.16 -> 10.1.0

authored by

Elis Hirwing and committed by
GitHub
b0828a0e 8151d3a3

+2 -2
+2 -2
pkgs/development/tools/misc/phpunit/default.nix
··· 2 2 3 3 let 4 4 pname = "phpunit"; 5 - version = "10.0.16"; 5 + version = "10.1.0"; 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-e/wUIri2y4yKI1V+U/vAD3ef2ZeKxBcFrb0Ay/rlTtM="; 12 + hash = "sha256-1zYGgYV4BHxjBE3QcV6XP73u2JIaUzCKS70eDB7e9DQ="; 13 13 }; 14 14 15 15 dontUnpack = true;