phpunit: 10.1.0 -> 10.1.2

This commit is contained in:
R. Ryantm 2023-04-26 01:36:03 +00:00
parent 64a2fcb824
commit 91da67f2d9

View file

@ -2,14 +2,14 @@
let
pname = "phpunit";
version = "10.1.0";
version = "10.1.2";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://phar.phpunit.de/phpunit-${version}.phar";
hash = "sha256-1zYGgYV4BHxjBE3QcV6XP73u2JIaUzCKS70eDB7e9DQ=";
hash = "sha256-X6upMANmKU2H8Qs0pOd/uRL2GdH/JPyOAQ/P8Z5yNl8=";
};
dontUnpack = true;