0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00
Fabian Affolter 2025-04-18 11:04:04 +02:00
parent 79b9620e82
commit 6a1b0c51a5

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "libzim";
version = "9.2.3";
version = "9.3.0";
src = fetchFromGitHub {
owner = "openzim";
repo = "libzim";
tag = version;
hash = "sha256-z22+cDlFQtLMLFh5+7Nt9LsGFyBPi3HeZhYb0LK86Oc=";
hash = "sha256-DZiFeZ2ry3JpXDs3mvf0q7diwhkjQ2730KQkDQPbgcY=";
};
patches = [