pmd: 6.49.0 -> 6.53.0

This commit is contained in:
R. Ryantm
2023-01-15 18:55:12 +00:00
parent 5291eac38a
commit e2f0a97456
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pmd";
version = "6.49.0";
version = "6.53.0";
src = fetchurl {
url = "https://github.com/pmd/pmd/releases/download/pmd_releases/${version}/pmd-bin-${version}.zip";
hash = "sha256-dEKfQIdWkx6XAKnEBHaVI0l729Xj2RnjoHl59t0Kal0=";
hash = "sha256-pHEGBIvC4XAuzWZpws7ldRGabfKhAqZnaahqVdNpUJE=";
};
nativeBuildInputs = [ unzip makeWrapper ];