about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-02-23 16:10:35 -0800
committerxeji <36407913+xeji@users.noreply.github.com>2019-02-24 01:10:35 +0100
commitf7ce433178b38e9df35d45f606cd0d8110a5f71c (patch)
tree653ce6550cf8dab50bf2db3a0860716af80230ef /pkgs/development
parent57a7ee18454991833fb89c880d554154cbdefb3f (diff)
downloadnixlib-f7ce433178b38e9df35d45f606cd0d8110a5f71c.tar
nixlib-f7ce433178b38e9df35d45f606cd0d8110a5f71c.tar.gz
nixlib-f7ce433178b38e9df35d45f606cd0d8110a5f71c.tar.bz2
nixlib-f7ce433178b38e9df35d45f606cd0d8110a5f71c.tar.lz
nixlib-f7ce433178b38e9df35d45f606cd0d8110a5f71c.tar.xz
nixlib-f7ce433178b38e9df35d45f606cd0d8110a5f71c.tar.zst
nixlib-f7ce433178b38e9df35d45f606cd0d8110a5f71c.zip
pmd: 6.10.0 -> 6.11.0 (#55215)
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 e60729dc8b99..97140d10ca22 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.10.0";
+  version = "6.11.0";
 
   buildInputs = [ unzip ];
 
   src = fetchurl {
     url = "mirror://sourceforge/pmd/pmd-bin-${version}.zip";
-    sha256 = "1yzgin2lbhfswb07mm14wq8rn129kpfjidd8nv9pg77ywhnbwqmb";
+    sha256 = "0mg32bnl6j4p15akdhfc0wgilqvyphcgjimlaqq3jz51dmlr9scb";
   };
 
   installPhase = ''