Skip to content

Commit

Permalink
[Backport release-24.11] xapian: 1.4.26 -> 1.4.27 (#370047)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Jan 4, 2025
2 parents 8d1a424 + c4acd13 commit 6959fb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/xapian/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ in {
# Don't forget to change the hashes in xapian-omega and
# python3Packages.xapian. They inherit the version from this package, and
# should always be built with the equivalent xapian version.
xapian_1_4 = generic "1.4.26" "sha256-nmp5A4BpZtFs4iC0k3fJyPrWZ8jw/8sjo0QpRiaTY6c=";
xapian_1_4 = generic "1.4.27" "sha256-vLyZz78WCAEZwlcfwpZ5T1Ob1ULKOSbxfCmZYAgwq2E=";
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/xapian/tools/omega/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "https://oligarchy.co.uk/xapian/${version}/xapian-omega-${version}.tar.xz";
hash = "sha256-pbI4bhsE34TRFJqenFvPxeRyammmnaZBuGxo15ln2uQ=";
hash = "sha256-HRk7MoXsFQVXJXsEnuHYyUxAvN6QbOC6fxo4oamlpcE=";
};

buildInputs = [ xapian perl pcre2 zlib libmagic ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/xapian/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildPythonPackage rec {

src = fetchurl {
url = "https://oligarchy.co.uk/xapian/${version}/xapian-bindings-${version}.tar.xz";
hash = "sha256-VQhzVz7gQBGZ+DX+9R3ficp7wm97jRvcylnaZD+zyoE=";
hash = "sha256-ujteEICeV5rNEb0WV3nOP9KaiQTqN5aO9bV62Xw2GLo=";
};

configureFlags = [
Expand Down

0 comments on commit 6959fb4

Please sign in to comment.