Merge pull request #260681 from r-ryantm/auto-update/php81Packages.phpmd

php81Packages.phpmd: 2.13.0 -> 2.14.1
This commit is contained in:
Weijia Wang 2023-10-12 23:24:12 +02:00 committed by GitHub
commit b6f71a4f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
let
pname = "phpmd";
version = "2.13.0";
version = "2.14.1";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/phpmd/phpmd/releases/download/${version}/phpmd.phar";
sha256 = "LNR7qT3KIhIeq9WPdXVGsnuzzXN4ze/juDMpt1Ke/A0=";
sha256 = "sha256-C5VDs0G21EyUVlldg05cbrSYG4/fk01VKE7Eq/zODu8=";
};
dontUnpack = true;