3
0
Fork 0
forked from mirrors/nixpkgs

pmd: 6.5.0 -> 6.7.0 (#46213)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
pmd
This commit is contained in:
R. RyanTM 2018-09-07 11:14:07 -07:00 committed by xeji
parent 64c13ec01c
commit 0bb9b3c233

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "pmd-${version}";
version = "6.5.0";
version = "6.7.0";
buildInputs = [ unzip ];
src = fetchurl {
url = "mirror://sourceforge/pmd/pmd-bin-${version}.zip";
sha256 = "10jdgps1ikx75ljp2gi76ff7payg28pmiy5y3vp17gg47mv991aw";
sha256 = "0bnbr8zq28dgvwka563g5lbya5jhmjrahnbwagcs4afpsrm7zj6c";
};
installPhase = ''