3
0
Fork 0
forked from mirrors/nixpkgs

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
This commit is contained in:
R. RyanTM 2019-02-23 16:10:35 -08:00 committed by xeji
parent 57a7ee1845
commit f7ce433178

View file

@ -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 = ''