Merge pull request #127084 from r-ryantm/auto-update/zimlib

zimlib: 6.3.0 -> 6.3.2
This commit is contained in:
ajs124 2021-06-16 23:48:44 +02:00 committed by GitHub
commit 6e54d1b784
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "zimlib"; pname = "zimlib";
version = "6.3.0"; version = "6.3.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "openzim"; owner = "openzim";
repo = "libzim"; repo = "libzim";
rev = version; rev = version;
sha256 = "0iy0f1clhihq277x218ccx3mszgpr3h9l0by48b9ykr115nffw3s"; sha256 = "sha256-xlYu74akK9WFy86hcQe7zp11TImwl8llgDIZBRgmbAI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [