Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

pmd: 6.8.0 -> 6.9.0 (#50015)

* pmd: 6.8.0 -> 6.9.0

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

authored by

R. RyanTM and committed by
Renaud
5e02b5e6 2e89de61

+3 -3
+3 -3
pkgs/development/tools/analysis/pmd/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "pmd-${version}"; 5 - version = "6.8.0"; 5 + version = "6.9.0"; 6 6 7 7 buildInputs = [ unzip ]; 8 8 9 9 src = fetchurl { 10 10 url = "mirror://sourceforge/pmd/pmd-bin-${version}.zip"; 11 - sha256 = "1vfkg2l3sl5ahhs89nvkg0z1ah1k67c44nwpvaymq73rb2bb8ibr"; 11 + sha256 = "13w07f68gfcjy3a2zk4z4b0f95qscbkjlylckphmyxhw7vmgzlmn"; 12 12 }; 13 13 14 14 installPhase = '' ··· 17 17 ''; 18 18 19 19 meta = with stdenv.lib; { 20 - description = "An extensible cross-language static code analyzer."; 20 + description = "An extensible cross-language static code analyzer"; 21 21 homepage = https://pmd.github.io/; 22 22 platforms = platforms.unix; 23 23 license = with licenses; [ bsdOriginal asl20 ];