Skip to content

Commit

Permalink
pmd: 6.12.0 -> 6.13.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-ryantm authored and FRidh committed Apr 18, 2019
1 parent cfaa501 commit 7eacaca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/pmd/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "pmd-${version}";
version = "6.12.0";
version = "6.13.0";

buildInputs = [ unzip ];

src = fetchurl {
url = "mirror://sourceforge/pmd/pmd-bin-${version}.zip";
sha256 = "1fayb62i6p21q1d6y7ixljf37r7n7vwjwa69q5z6wr4zspaj79f9";
sha256 = "1g8ds38zwprjswm71y7l10l15rbh2s6ha9xpp20wjy823q9agbpq";
};

installPhase = ''
Expand Down

0 comments on commit 7eacaca

Please sign in to comment.