Merge pull request #305439 from r-ryantm/auto-update/libzim

libzim: 9.1.0 -> 9.2.0
This commit is contained in:
Fabian Affolter 2024-04-20 11:55:29 +02:00 committed by GitHub
commit 0d56eca281
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 14 deletions

View File

@ -1,25 +1,26 @@
{ lib
, stdenv
, fetchFromGitHub
, icu
, meson
, ninja
, pkg-config
, python3
, xapian
, xz
, zstd
{
lib,
stdenv,
fetchFromGitHub,
icu,
meson,
ninja,
pkg-config,
python3,
xapian,
xz,
zstd,
}:
stdenv.mkDerivation rec {
pname = "libzim";
version = "9.1.0";
version = "9.2.0";
src = fetchFromGitHub {
owner = "openzim";
repo = pname;
repo = "libzim";
rev = "refs/tags/${version}";
hash = "sha256-yWnW/+CaQwbemrNLzvQpXw5yvW2Q6LtwDgvA58+fVUs=";
hash = "sha256-WAbNSrgm/lTARD7Ml4vVLChQLNR23vEZtyE4MXnhnB4=";
};
nativeBuildInputs = [