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

libzim: 9.2.1 -> 9.2.2
This commit is contained in:
Fabian Affolter
2024-06-23 09:30:25 +02:00
committed by GitHub
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "libzim";
version = "9.2.1";
version = "9.2.2";
src = fetchFromGitHub {
owner = "openzim";
repo = "libzim";
rev = "refs/tags/${version}";
hash = "sha256-yxEtFsdLTcHFyoIX21nWo6gI7ERDN2/hsUHS/2mTFR4=";
hash = "sha256-V81TzoYUFiI+07ooDQtG7ahxQFEh/6Y8IgoceHMSgOk=";
};
nativeBuildInputs = [