Merge pull request #189381 from r-ryantm/auto-update/pmd

pmd: 6.48.0 -> 6.49.0
This commit is contained in:
Mario Rodas 2022-09-03 14:02:27 -05:00 committed by GitHub
commit d9a15429f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pmd";
version = "6.48.0";
version = "6.49.0";
src = fetchurl {
url = "https://github.com/pmd/pmd/releases/download/pmd_releases/${version}/pmd-bin-${version}.zip";
hash = "sha256-DXoiV5AunDGagfq8BWHFcgGBv9OdGij5DDuxOKJYnE4=";
hash = "sha256-dEKfQIdWkx6XAKnEBHaVI0l729Xj2RnjoHl59t0Kal0=";
};
nativeBuildInputs = [ unzip makeWrapper ];