podofo: 0.9.5 -> 0.9.6 (#43744)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/podofo/versions.
This commit is contained in:
R. RyanTM 2018-07-18 13:39:53 -07:00 committed by xeji
parent 48aa5f3486
commit a74cf6a851

View File

@ -4,11 +4,11 @@
}:
stdenv.mkDerivation rec {
name = "podofo-0.9.5";
name = "podofo-0.9.6";
src = fetchurl {
url = "mirror://sourceforge/podofo/${name}.tar.gz";
sha256 = "012kgfx5j5n6w4zkc1d290d2cwjk60jhzsjlr2x19g3yi75q2jc5";
sha256 = "0wj0y4zcmj4q79wrn3vv3xq4bb0vhhxs8yifafwy9f2sjm83c5p9";
};
propagatedBuildInputs = [ zlib freetype libjpeg libtiff fontconfig openssl libpng libidn expat ];