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

Commits on Aug 6, 2019

  1. xapian: 1.4.11 -> 1.4.12

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/xapian/versions
    r-ryantm committed Aug 6, 2019
    Copy the full SHA
    02cc8d4 View commit details

Commits on Aug 7, 2019

  1. Merge pull request #66189 from r-ryantm/auto-update/xapian

    xapian: 1.4.11 -> 1.4.12
    ryantm authored Aug 7, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    07cd2c7 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.11" "01xwqljnp5afjf9097lyfbqc6x5bcqszfdkn9l1j86imwbrv45lz";
xapian_1_4 = generic "1.4.12" "0z5c1y9vp519h2x2igjq39v6j615nppry0wasd0xn4hphgd3d2jg";
}