phpunit: 10.3.2 -> 10.3.3

This commit is contained in:
R. Ryantm
2023-09-08 20:52:38 +00:00
parent c08b005e0f
commit 9c79e5e75a
@@ -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;