lol

Merge pull request #236974 from r-ryantm/auto-update/phpunit

phpunit: 10.1.3 -> 10.2.1

authored by

Pol Dellaiera and committed by
GitHub
47c9ecba d5210941

+2 -2
+2 -2
pkgs/development/tools/misc/phpunit/default.nix
··· 2 3 let 4 pname = "phpunit"; 5 - version = "10.1.3"; 6 in 7 stdenv.mkDerivation { 8 inherit pname version; 9 10 src = fetchurl { 11 url = "https://phar.phpunit.de/phpunit-${version}.phar"; 12 - hash = "sha256-b0ruyOh/DqKJYQskZSJnBsROotQuZsIBzscjKfrZ0tY="; 13 }; 14 15 dontUnpack = true;
··· 2 3 let 4 pname = "phpunit"; 5 + version = "10.2.1"; 6 in 7 stdenv.mkDerivation { 8 inherit pname version; 9 10 src = fetchurl { 11 url = "https://phar.phpunit.de/phpunit-${version}.phar"; 12 + hash = "sha256-gmxcr+WIQw/SeEvJpSFLKOuTb36qUe6WdlVWIq5tClo="; 13 }; 14 15 dontUnpack = true;