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

phpunit: 10.2.6 -> 10.3.2
This commit is contained in:
Pol Dellaiera 2023-09-05 15:50:24 +02:00 committed by GitHub
commit 8b7beb2b72
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.6";
version = "10.3.2";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://phar.phpunit.de/phpunit-${version}.phar";
hash = "sha256-F2YKbAZtWIgwuFIg+wf57LaWPcY5mzYGR7sNDLH9Bb0=";
hash = "sha256-DHAr0oI9EUgsKlEdJFqdQXkYEMSTBYf91ZV6qjf+Kx0=";
};
dontUnpack = true;