Merge pull request #224229 from fabaff/libzim-bump

libzim: 8.1.0 -> 8.1.1
This commit is contained in:
Mario Rodas 2023-04-01 18:35:06 -05:00 committed by GitHub
commit a074c7c316
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.0";
version = "8.1.1";
src = fetchFromGitHub {
owner = "openzim";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ab7UUF+I0/xaGChvdjylEQRHLOjmtg/wk+/JEGehGLE=";
hash = "sha256-t3ssScI66oJ0lT1saAFLJACAZZmfBqZP0EGUM8MykHY=";
};
nativeBuildInputs = [