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

libzim: 7.2.2 -> 8.0.0
This commit is contained in:
Jonas Heinrich 2022-08-14 01:18:48 +02:00 committed by GitHub
commit 8449a378cd
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 = "7.2.2";
version = "8.0.0";
src = fetchFromGitHub {
owner = "openzim";
repo = pname;
rev = version;
sha256 = "sha256-AEhhjinnnMA4NbYL7NVHYeRZX/zfNiidbY/VeFjZuQs=";
sha256 = "sha256-FSotc2hkWvkYEdZ3HI3JLzjtKFaWOc1Bx6r0WyeS/Kg=";
};
nativeBuildInputs = [