Unverified Commit 4db94768 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

libzim: 9.2.3 -> 9.3.0 (#399687)

parents 4ad61b02 6a1b0c51
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [