phpunit: 10.2.3 -> 10.2.6

This commit is contained in:
R. Ryantm 2023-07-25 05:41:50 +00:00
parent cddf429ed8
commit 7225fb140d

View file

@ -2,14 +2,14 @@
let
pname = "phpunit";
version = "10.2.3";
version = "10.2.6";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://phar.phpunit.de/phpunit-${version}.phar";
hash = "sha256-lSNrFsLF5t3vduIUGjlD6L6Ii5R5CU/ViXuSe2dV4X8=";
hash = "sha256-F2YKbAZtWIgwuFIg+wf57LaWPcY5mzYGR7sNDLH9Bb0=";
};
dontUnpack = true;