phpunit: 10.2.2 -> 10.2.3

This commit is contained in:
R. Ryantm
2023-07-15 22:53:32 +00:00
parent 2a22bb7087
commit 2894d0c7c9
@@ -2,14 +2,14 @@
let
pname = "phpunit";
version = "10.2.2";
version = "10.2.3";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://phar.phpunit.de/phpunit-${version}.phar";
hash = "sha256-UAxqywIMrP42Nul0GV6mkKkXtnS7ah9rl4y1ykpJsxM=";
hash = "sha256-lSNrFsLF5t3vduIUGjlD6L6Ii5R5CU/ViXuSe2dV4X8=";
};
dontUnpack = true;