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

pmd: 6.29.0 -> 6.30.0
This commit is contained in:
Mario Rodas 2021-01-28 23:44:32 -05:00 committed by GitHub
commit 9ae006d65a
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.29.0";
version = "6.30.0";
src = fetchurl {
url = "mirror://sourceforge/pmd/pmd-bin-${version}.zip";
sha256 = "08iibpf9jhkk7ihsmlm85wpjwy1bvznbvggvqyw6109f9gzlrvvq";
sha256 = "sha256-LgQmoUdsG5sAyHs9YyiaOFonMFaVtHKdp/KvSAWSy8w=";
};
nativeBuildInputs = [ unzip makeWrapper ];