about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-27 15:26:52 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2019-03-27 23:26:52 +0100
commit7e8d125e19e2f82af7852f0e9f6091ca56c363da (patch)
tree5a0c507f57654e6b22d6f89e36240be50ccfa209 /pkgs/development
parent2ce544a8b1fa426f17a1999e3adaf49287e2222a (diff)
downloadnixlib-7e8d125e19e2f82af7852f0e9f6091ca56c363da.tar
nixlib-7e8d125e19e2f82af7852f0e9f6091ca56c363da.tar.gz
nixlib-7e8d125e19e2f82af7852f0e9f6091ca56c363da.tar.bz2
nixlib-7e8d125e19e2f82af7852f0e9f6091ca56c363da.tar.lz
nixlib-7e8d125e19e2f82af7852f0e9f6091ca56c363da.tar.xz
nixlib-7e8d125e19e2f82af7852f0e9f6091ca56c363da.tar.zst
nixlib-7e8d125e19e2f82af7852f0e9f6091ca56c363da.zip
pmd: 6.11.0 -> 6.12.0 (#57369)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pmd/versions
Diffstat (limited to 'pkgs/development')
-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 97140d10ca22..c08106eea2ff 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.11.0";
+  version = "6.12.0";
 
   buildInputs = [ unzip ];
 
   src = fetchurl {
     url = "mirror://sourceforge/pmd/pmd-bin-${version}.zip";
-    sha256 = "0mg32bnl6j4p15akdhfc0wgilqvyphcgjimlaqq3jz51dmlr9scb";
+    sha256 = "1fayb62i6p21q1d6y7ixljf37r7n7vwjwa69q5z6wr4zspaj79f9";
   };
 
   installPhase = ''