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

phpunit: 10.0.14 -> 10.0.16
This commit is contained in:
Nick Cao 2023-03-20 10:29:04 +08:00 committed by GitHub
commit 8eb7fcb5dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
let
pname = "phpunit";
version = "10.0.14";
version = "10.0.16";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://phar.phpunit.de/phpunit-${version}.phar";
hash = "sha256-tANk4A9tZ0gp+pX8qKxnMsR7RP55+5E/y9EXr7ZkLVM=";
hash = "sha256-e/wUIri2y4yKI1V+U/vAD3ef2ZeKxBcFrb0Ay/rlTtM=";
};
dontUnpack = true;