zimlib: 6.3.0 -> 6.3.2

This commit is contained in:
R. RyanTM 2021-06-16 12:01:42 +00:00
parent 19c5fd76f8
commit 23731ae2a3

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "zimlib";
version = "6.3.0";
version = "6.3.2";
src = fetchFromGitHub {
owner = "openzim";
repo = "libzim";
rev = version;
sha256 = "0iy0f1clhihq277x218ccx3mszgpr3h9l0by48b9ykr115nffw3s";
sha256 = "sha256-xlYu74akK9WFy86hcQe7zp11TImwl8llgDIZBRgmbAI=";
};
nativeBuildInputs = [