Skip to content

Commit

Permalink
phpunit: 10.0.14 -> 10.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 19, 2023
1 parent d384095 commit 416474b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/phpunit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

let
pname = "phpunit";
version = "10.0.14";
version = "10.0.16";
in
stdenv.mkDerivation {
inherit pname version;

src = fetchurl {
url = "https://phar.phpunit.de/phpunit-${version}.phar";
hash = "sha256-tANk4A9tZ0gp+pX8qKxnMsR7RP55+5E/y9EXr7ZkLVM=";
hash = "sha256-e/wUIri2y4yKI1V+U/vAD3ef2ZeKxBcFrb0Ay/rlTtM=";
};

dontUnpack = true;
Expand Down

0 comments on commit 416474b

Please sign in to comment.