about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-04-03 13:21:00 -0500
committerGitHub <noreply@github.com>2018-04-03 13:21:00 -0500
commit60f8df20ae195e3c7a625e45ca62b437899c2a6d (patch)
treef59dc9742b2a05db8a3741b9042aa6102f6a4077 /pkgs/development/tools/analysis
parent3bbea5c65b3f38488eddd0ace4584dfec8d47487 (diff)
parentca3c49c71c0204a0f6d2e4205785eceec3f381d8 (diff)
downloadnixlib-60f8df20ae195e3c7a625e45ca62b437899c2a6d.tar
nixlib-60f8df20ae195e3c7a625e45ca62b437899c2a6d.tar.gz
nixlib-60f8df20ae195e3c7a625e45ca62b437899c2a6d.tar.bz2
nixlib-60f8df20ae195e3c7a625e45ca62b437899c2a6d.tar.lz
nixlib-60f8df20ae195e3c7a625e45ca62b437899c2a6d.tar.xz
nixlib-60f8df20ae195e3c7a625e45ca62b437899c2a6d.tar.zst
nixlib-60f8df20ae195e3c7a625e45ca62b437899c2a6d.zip
Merge pull request #38164 from r-ryantm/auto-update/pmd
pmd: 6.1.0 -> 6.2.0
Diffstat (limited to 'pkgs/development/tools/analysis')
-rw-r--r--pkgs/development/tools/analysis/pmd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/analysis/pmd/default.nix b/pkgs/development/tools/analysis/pmd/default.nix
index a8d4c517a90e..83da9926170a 100644
--- a/pkgs/development/tools/analysis/pmd/default.nix
+++ b/pkgs/development/tools/analysis/pmd/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "pmd-${version}";
-  version = "6.1.0";
+  version = "6.2.0";
 
   buildInputs = [ unzip ];
 
   src = fetchurl {
     url = "mirror://sourceforge/pmd/pmd-bin-${version}.zip";
-    sha256 = "1d2hbsnyvwvawhfh832yy3w93kr4whrk99zpg4q5ws2b2hhdvzv8";
+    sha256 = "12j6m6lhp4xw27x0x8jcy0vlwbanjwks7w6zl56xihv6r8cm40fz";
   };
 
   installPhase = ''