phpunit: 10.0.16 -> 10.1.0

This commit is contained in:
R. Ryantm
2023-04-18 09:00:22 +00:00
parent 220889f069
commit 63c7dca149
@@ -2,14 +2,14 @@
let
pname = "phpunit";
version = "10.0.16";
version = "10.1.0";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://phar.phpunit.de/phpunit-${version}.phar";
hash = "sha256-e/wUIri2y4yKI1V+U/vAD3ef2ZeKxBcFrb0Ay/rlTtM=";
hash = "sha256-1zYGgYV4BHxjBE3QcV6XP73u2JIaUzCKS70eDB7e9DQ=";
};
dontUnpack = true;