about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-15 01:33:47 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-15 01:33:47 -0700
commit7b1f515b89f4a0e80e992c1337e502f4e75f351e (patch)
treeb771cd0bfcdeb0c6428fd7b4c52373f567bbf59c /pkgs/development/tools/analysis
parentba816ee08721d0c2f5f7e6652091bed085ac7687 (diff)
downloadnixlib-7b1f515b89f4a0e80e992c1337e502f4e75f351e.tar
nixlib-7b1f515b89f4a0e80e992c1337e502f4e75f351e.tar.gz
nixlib-7b1f515b89f4a0e80e992c1337e502f4e75f351e.tar.bz2
nixlib-7b1f515b89f4a0e80e992c1337e502f4e75f351e.tar.lz
nixlib-7b1f515b89f4a0e80e992c1337e502f4e75f351e.tar.xz
nixlib-7b1f515b89f4a0e80e992c1337e502f4e75f351e.tar.zst
nixlib-7b1f515b89f4a0e80e992c1337e502f4e75f351e.zip
pmd: 6.0.1 -> 6.1.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 6.1.0 with grep in /nix/store/qh8xnf46qfyijvskdznwl08r6js4wg7y-pmd-6.1.0
- found 6.1.0 in filename of file in /nix/store/qh8xnf46qfyijvskdznwl08r6js4wg7y-pmd-6.1.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 cdf59cd867c6..a8d4c517a90e 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.0.1";
+  version = "6.1.0";
 
   buildInputs = [ unzip ];
 
   src = fetchurl {
     url = "mirror://sourceforge/pmd/pmd-bin-${version}.zip";
-    sha256 = "13wmmy345p8bzvxdb8ldpkv85m3m8x9qs5f0jjhn0gkn65a988iq";
+    sha256 = "1d2hbsnyvwvawhfh832yy3w93kr4whrk99zpg4q5ws2b2hhdvzv8";
   };
 
   installPhase = ''