Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 98e29883ce56
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cc7e392c0ee4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 21, 2020

  1. libpst: 0.6.72 -> 0.6.74

    r-ryantm committed Jan 21, 2020
    Copy the full SHA
    51b26d4 View commit details

Commits on Jan 24, 2020

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

    libpst: 0.6.72 -> 0.6.74
    marsam authored Jan 24, 2020

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    cc7e392 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/libpst/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libpst/default.nix
Original file line number Diff line number Diff line change
@@ -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 ];