Merge pull request #78221 from r-ryantm/auto-update/libpst

libpst: 0.6.72 -> 0.6.74
This commit is contained in:
Mario Rodas 2020-01-24 18:49:54 -05:00 committed by GitHub
commit cc7e392c0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
pkgconfig, bzip2, xmlto, gettext, imagemagick, doxygen }:
stdenv.mkDerivation rec {
name = "libpst-0.6.72";
name = "libpst-0.6.74";
src = fetchurl {
url = "http://www.five-ten-sg.com/libpst/packages/${name}.tar.gz";
sha256 = "01ymym0218805g7bqhr7x2rlhzsbsbidi3nr0z2r2w07xf8xh6ca";
sha256 = "0dzx8jniz7mczbbp08zfrl46h27hyfrsnjxmka9pi5aawzfdm1zp";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];