libzim: 9.2.0 -> 9.2.1

This commit is contained in:
R. Ryantm 2024-05-02 15:15:30 +00:00
parent 3be507be1e
commit 8083842226

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "libzim";
version = "9.2.0";
version = "9.2.1";
src = fetchFromGitHub {
owner = "openzim";
repo = "libzim";
rev = "refs/tags/${version}";
hash = "sha256-WAbNSrgm/lTARD7Ml4vVLChQLNR23vEZtyE4MXnhnB4=";
hash = "sha256-yxEtFsdLTcHFyoIX21nWo6gI7ERDN2/hsUHS/2mTFR4=";
};
nativeBuildInputs = [