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

libzim: 8.2.1 -> 9.0.0
This commit is contained in:
Weijia Wang 2023-12-04 02:52:20 +01:00 committed by GitHub
commit 7001af14ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "libzim";
version = "8.2.1";
version = "9.0.0";
src = fetchFromGitHub {
owner = "openzim";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-bhztigbiIGdVxBV5cpuHuuRGBN5UgC39w51uwLEq47w=";
hash = "sha256-K1S2MiugUeqCfPq0Oclmghb9064xrsKgUEVjFCJHt0U=";
};
nativeBuildInputs = [