Merge pull request #259554 from LeSuisse/xfig-3.2.9

xfig: 3.2.8b -> 3.2.9

authored by markuskowa and committed by GitHub 70890d85 4135a2b1

+5 -2
+5 -2
pkgs/applications/graphics/xfig/default.nix
··· 9 , libXp 10 , Xaw3d 11 , libXaw 12 , fig2dev 13 }: 14 15 stdenv.mkDerivation rec { 16 pname = "xfig"; 17 - version = "3.2.8b"; 18 19 src = fetchurl { 20 url = "mirror://sourceforge/mcj/xfig-${version}.tar.xz"; 21 - sha256 = "0fndgbm1mkqb1sn2v2kj3nx9mxj70jbp31y2bjvzcmmkry0q3k5j"; 22 }; 23 24 nativeBuildInputs = [ imagemagick makeWrapper ]; ··· 30 libXp 31 Xaw3d 32 libXaw 33 ]; 34 35 postPatch = '' ··· 57 enableParallelBuilding = true; 58 59 meta = with lib; { 60 description = "An interactive drawing tool for X11"; 61 longDescription = '' 62 Note that you need to have the <literal>netpbm</literal> tools
··· 9 , libXp 10 , Xaw3d 11 , libXaw 12 + , libXft 13 , fig2dev 14 }: 15 16 stdenv.mkDerivation rec { 17 pname = "xfig"; 18 + version = "3.2.9"; 19 20 src = fetchurl { 21 url = "mirror://sourceforge/mcj/xfig-${version}.tar.xz"; 22 + hash = "sha256-E+2dBNG7wt7AnafvSc7sJ4OC0pD2zZJkdMLy0Bb+wvc="; 23 }; 24 25 nativeBuildInputs = [ imagemagick makeWrapper ]; ··· 31 libXp 32 Xaw3d 33 libXaw 34 + libXft 35 ]; 36 37 postPatch = '' ··· 59 enableParallelBuilding = true; 60 61 meta = with lib; { 62 + changelog = "https://sourceforge.net/p/mcj/xfig/ci/${version}/tree/CHANGES"; 63 description = "An interactive drawing tool for X11"; 64 longDescription = '' 65 Note that you need to have the <literal>netpbm</literal> tools