summary refs log tree commit diff
path: root/pkgs/development/libraries/libpst
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-26 20:57:04 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-26 20:57:04 -0800
commit98af23e6b1f7bdc6b70d8c2acfa2ee411c4002c7 (patch)
tree3f5a3d48f0b38919bde9a9c457b113925d3de9c9 /pkgs/development/libraries/libpst
parentb63297b203e28f13ce7801c578afa30709cb4edd (diff)
downloadnixpkgs-98af23e6b1f7bdc6b70d8c2acfa2ee411c4002c7.tar
nixpkgs-98af23e6b1f7bdc6b70d8c2acfa2ee411c4002c7.tar.gz
nixpkgs-98af23e6b1f7bdc6b70d8c2acfa2ee411c4002c7.tar.bz2
nixpkgs-98af23e6b1f7bdc6b70d8c2acfa2ee411c4002c7.tar.lz
nixpkgs-98af23e6b1f7bdc6b70d8c2acfa2ee411c4002c7.tar.xz
nixpkgs-98af23e6b1f7bdc6b70d8c2acfa2ee411c4002c7.tar.zst
nixpkgs-98af23e6b1f7bdc6b70d8c2acfa2ee411c4002c7.zip
libpst: 0.6.70 -> 0.6.71
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/xlx0625qp0sh74bp7h2g786an5kmhv75-libpst-0.6.71/bin/lspst -h` got 0 exit code
- ran `/nix/store/xlx0625qp0sh74bp7h2g786an5kmhv75-libpst-0.6.71/bin/lspst -V` and found version 0.6.71
- ran `/nix/store/xlx0625qp0sh74bp7h2g786an5kmhv75-libpst-0.6.71/bin/lspst -h` and found version 0.6.71
- ran `/nix/store/xlx0625qp0sh74bp7h2g786an5kmhv75-libpst-0.6.71/bin/readpst -h` got 0 exit code
- ran `/nix/store/xlx0625qp0sh74bp7h2g786an5kmhv75-libpst-0.6.71/bin/readpst -V` and found version 0.6.71
- ran `/nix/store/xlx0625qp0sh74bp7h2g786an5kmhv75-libpst-0.6.71/bin/readpst -h` and found version 0.6.71
- ran `/nix/store/xlx0625qp0sh74bp7h2g786an5kmhv75-libpst-0.6.71/bin/pst2ldif -h` got 0 exit code
- ran `/nix/store/xlx0625qp0sh74bp7h2g786an5kmhv75-libpst-0.6.71/bin/pst2ldif -V` and found version 0.6.71
- ran `/nix/store/xlx0625qp0sh74bp7h2g786an5kmhv75-libpst-0.6.71/bin/pst2ldif -h` and found version 0.6.71
- found 0.6.71 with grep in /nix/store/xlx0625qp0sh74bp7h2g786an5kmhv75-libpst-0.6.71
- found 0.6.71 in filename of file in /nix/store/xlx0625qp0sh74bp7h2g786an5kmhv75-libpst-0.6.71

cc "@tohl"
Diffstat (limited to 'pkgs/development/libraries/libpst')
-rw-r--r--pkgs/development/libraries/libpst/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libpst/default.nix b/pkgs/development/libraries/libpst/default.nix
index b19008449ab..cb30a890f40 100644
--- a/pkgs/development/libraries/libpst/default.nix
+++ b/pkgs/development/libraries/libpst/default.nix
@@ -2,11 +2,11 @@
   pkgconfig, bzip2, xmlto, gettext, imagemagick, doxygen }:
 
 stdenv.mkDerivation rec {
-  name = "libpst-0.6.70";
+  name = "libpst-0.6.71";
 
   src = fetchurl {
       url = "http://www.five-ten-sg.com/libpst/packages/${name}.tar.gz";
-      sha256 = "1m378vxh1sf9ry8k11x773xpy5f6cab5gkzqglz0jp9hc431r60r";
+      sha256 = "130nksrwgi3ih32si5alvxwzd5kmlg8yi7p03w0h7w9r3b90i4pv";
     };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];