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

phpunit: 10.3.2 -> 10.3.3
This commit is contained in:
Pol Dellaiera 2023-09-08 23:01:35 +02:00 committed by GitHub
commit 656e5a6296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
let
pname = "phpunit";
version = "10.3.2";
version = "10.3.3";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://phar.phpunit.de/phpunit-${version}.phar";
hash = "sha256-DHAr0oI9EUgsKlEdJFqdQXkYEMSTBYf91ZV6qjf+Kx0=";
hash = "sha256-fhgsP/sA2nQXBQ34V2/Zvc+SPiDYWfkEXKKHoD+Heak=";
};
dontUnpack = true;