phpunit: 10.2.6 -> 10.3.2

This commit is contained in:
R. Ryantm 2023-09-05 12:43:03 +00:00
parent 3c1c30ec5e
commit dbaf3c0b98

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;