mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
Merge pull request #243739 from r-ryantm/auto-update/phpunit
phpunit: 10.2.2 -> 10.2.3
This commit is contained in:
commit
83f78d066a
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "phpunit";
|
pname = "phpunit";
|
||||||
version = "10.2.2";
|
version = "10.2.3";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://phar.phpunit.de/phpunit-${version}.phar";
|
url = "https://phar.phpunit.de/phpunit-${version}.phar";
|
||||||
hash = "sha256-UAxqywIMrP42Nul0GV6mkKkXtnS7ah9rl4y1ykpJsxM=";
|
hash = "sha256-lSNrFsLF5t3vduIUGjlD6L6Ii5R5CU/ViXuSe2dV4X8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontUnpack = true;
|
dontUnpack = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user