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

phpunit: 10.2.1 -> 10.2.2
This commit is contained in:
Pol Dellaiera 2023-06-13 11:47:29 +02:00 committed by GitHub
commit 0d4ee8fee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
let
pname = "phpunit";
version = "10.2.1";
version = "10.2.2";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://phar.phpunit.de/phpunit-${version}.phar";
hash = "sha256-gmxcr+WIQw/SeEvJpSFLKOuTb36qUe6WdlVWIq5tClo=";
hash = "sha256-UAxqywIMrP42Nul0GV6mkKkXtnS7ah9rl4y1ykpJsxM=";
};
dontUnpack = true;