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

phpunit: 10.0.16 -> 10.1.0
This commit is contained in:
Elis Hirwing 2023-04-19 10:09:56 +02:00 committed by GitHub
commit b0828a0e15
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.16";
version = "10.1.0";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://phar.phpunit.de/phpunit-${version}.phar";
hash = "sha256-e/wUIri2y4yKI1V+U/vAD3ef2ZeKxBcFrb0Ay/rlTtM=";
hash = "sha256-1zYGgYV4BHxjBE3QcV6XP73u2JIaUzCKS70eDB7e9DQ=";
};
dontUnpack = true;