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

libzim: 9.0.0 -> 9.1.0
This commit is contained in:
Nick Cao
2023-12-17 10:01:00 -05:00
committed by GitHub

View File

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