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

libzim: 8.0.0 -> 8.0.1
This commit is contained in:
Fabian Affolter 2022-09-13 08:00:13 +02:00 committed by GitHub
commit df503409bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "libzim";
version = "8.0.0";
version = "8.0.1";
src = fetchFromGitHub {
owner = "openzim";
repo = pname;
rev = version;
sha256 = "sha256-FSotc2hkWvkYEdZ3HI3JLzjtKFaWOc1Bx6r0WyeS/Kg=";
sha256 = "sha256-IehJe+25aDuMbOuC3Hwnkip2djqlTSIs51yZ/zw1L9Y=";
};
nativeBuildInputs = [