Unverified Commit d738cdb7 authored by ajs124's avatar ajs124 Committed by GitHub
Browse files

Merge pull request #229398 from greg-hellings/zimlib-8.2.0

Update zimlib to 8.2.0
parents 7268c038 69392cf6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -5866,6 +5866,12 @@
      fingerprint = "7FC7 98AB 390E 1646 ED4D  8F1F 797F 6238 68CD 00C2";
    }];
  };
  greg = {
    email = "greg.hellings@gmail.com";
    github = "greg-hellings";
    githubId = 273582;
    name = "greg";
  };
  greizgh = {
    email = "greizgh@ephax.org";
    github = "greizgh";
+3 −3
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "zimlib";
  version = "7.2.2";
  version = "8.2.0";

  src = fetchFromGitHub {
    owner = "openzim";
    repo = "libzim";
    rev = version;
    sha256 = "sha256-AEhhjinnnMA4NbYL7NVHYeRZX/zfNiidbY/VeFjZuQs=";
    sha256 = "sha256-ab7UUF+I0/xaGChvdjylEQRHLOjmtg/wk+/JEGehGLE=";
  };

  testData = fetchzip rec {
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
    description = "Library for reading and writing ZIM files";
    homepage =  "https://www.openzim.org/wiki/Zimlib";
    license = licenses.gpl2;
    maintainers = with maintainers; [ ajs124 ];
    maintainers = with maintainers; [ greg ];
    platforms = platforms.linux;
  };
}