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

phpunit: 10.2.2 -> 10.2.3
This commit is contained in:
Elis Hirwing 2023-07-16 14:20:11 +02:00 committed by GitHub
commit 83f78d066a
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.2";
version = "10.2.3";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://phar.phpunit.de/phpunit-${version}.phar";
hash = "sha256-UAxqywIMrP42Nul0GV6mkKkXtnS7ah9rl4y1ykpJsxM=";
hash = "sha256-lSNrFsLF5t3vduIUGjlD6L6Ii5R5CU/ViXuSe2dV4X8=";
};
dontUnpack = true;