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

phpunit: 10.2.3 -> 10.2.6
This commit is contained in:
Pol Dellaiera 2023-07-25 07:59:34 +02:00 committed by GitHub
commit 7a4e41548d
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.3";
version = "10.2.6";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://phar.phpunit.de/phpunit-${version}.phar";
hash = "sha256-lSNrFsLF5t3vduIUGjlD6L6Ii5R5CU/ViXuSe2dV4X8=";
hash = "sha256-F2YKbAZtWIgwuFIg+wf57LaWPcY5mzYGR7sNDLH9Bb0=";
};
dontUnpack = true;