libzim: 9.2.1 -> 9.2.2

This commit is contained in:
R. Ryantm 2024-06-22 14:00:44 +00:00
parent 47ea5bd487
commit 6c35d03733

View File

@ -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 = [