Merge pull request #229001 from fabaff/libzim-bump

libzim: 8.1.1 -> 8.2.0
This commit is contained in:
Mario Rodas 2023-04-29 21:44:11 -05:00 committed by GitHub
commit b52433594c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "libzim";
version = "8.1.1";
version = "8.2.0";
src = fetchFromGitHub {
owner = "openzim";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-t3ssScI66oJ0lT1saAFLJACAZZmfBqZP0EGUM8MykHY=";
hash = "sha256-Xh1SQNmG4lQ3f/g+i5m36LJO9JlPzP4bNqhyyKT7NEA=";
};
nativeBuildInputs = [