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: ef1911d045df
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7c9e0cbddcc3
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 6, 2019

  1. xapian: 1.4.10 -> 1.4.11

    not announced yet, fixes issue encountered by a notmuch user.
    dtzWill committed Mar 6, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    zimbatm Jonas Chevalier
    Copy the full SHA
    107c3e9 View commit details

Commits on Mar 7, 2019

  1. Merge pull request #56983 from dtzWill/update/xapian-1.4.11

    xapian: 1.4.10 -> 1.4.11
    dtzWill authored Mar 7, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    zimbatm Jonas Chevalier
    Copy the full SHA
    7c9e0cb View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 pkgs/development/libraries/xapian/default.nix
2 changes: 1 addition & 1 deletion pkgs/development/libraries/xapian/default.nix
Original file line number Diff line number Diff line change
@@ -38,5 +38,5 @@ let
in {
# xapian-ruby needs 1.2.22 as of 2017-05-06
xapian_1_2_22 = generic "1.2.22" "0zsji22n0s7cdnbgj0kpil05a6bgm5cfv0mvx12d8ydg7z58g6r6";
xapian_1_4 = generic "1.4.10" "1f4vf1w1yvsn9mn462q6snc8wkmfpifp8wrlzs4aqi45w0kr6rk8";
xapian_1_4 = generic "1.4.11" "01xwqljnp5afjf9097lyfbqc6x5bcqszfdkn9l1j86imwbrv45lz";
}