lol

xapian: 1.4.21 -> 1.4.22 (#239016)

Also updates
xapian-omega: 1.4.21 -> 1.4.22
python3Packages.xapian: 1.4.21 -> 1.4.22
as these inherit xapian's version.

authored by

apfelkuchen6 and committed by
GitHub
f1d9a741 7edd99b9

+3 -3
+1 -1
pkgs/development/libraries/xapian/default.nix
··· 54 54 # Don't forget to change the hashes in xapian-omega and 55 55 # python3Packages.xapian. They inherit the version from this package, and 56 56 # should always be built with the equivalent xapian version. 57 - xapian_1_4 = generic "1.4.21" "sha256-gPhgNNL7VZAHlUgd+uaBv6oQ776BirrTYizcDFXgb4g="; 57 + xapian_1_4 = generic "1.4.22" "sha256-BYhK8AsGcCzkhgV9YqO/vmYGz5Za2g9epXCzKKL6Hqg="; 58 58 }
+1 -1
pkgs/development/libraries/xapian/tools/omega/default.nix
··· 6 6 7 7 src = fetchurl { 8 8 url = "https://oligarchy.co.uk/xapian/${version}/xapian-omega-${version}.tar.xz"; 9 - hash = "sha256-iKETxVmPyVgz4SEscL5GOrudVgFWTSG4YWNvc3lVqtU="; 9 + hash = "sha256-Z0yXn7kPH0mQ64qQntq4jKSgCUF9/Vqwy6GeAsepVSg="; 10 10 }; 11 11 12 12 buildInputs = [ xapian perl pcre2 zlib libmagic ];
+1 -1
pkgs/development/python-modules/xapian/default.nix
··· 13 13 14 14 src = fetchurl { 15 15 url = "https://oligarchy.co.uk/xapian/${version}/xapian-bindings-${version}.tar.xz"; 16 - hash = "sha256-578eSYK5H4QSidGSFAIdiDccoqbHME31kEnX2ni4PO0="; 16 + hash = "sha256-a1RUgzrFKj4ywLs6cpClorUEiNiRjypFJpVX5N6aMeU="; 17 17 }; 18 18 19 19 configureFlags = [