zimlib: 7.2.2 -> 8.2.0
See release notes: https://github.com/openzim/libzim/releases/tag/8.2.0 Move maintainership to greg
This commit is contained in:
parent
6f3c2d7e64
commit
69392cf6e3
2 changed files with 9 additions and 3 deletions
|
@ -5866,6 +5866,12 @@
|
||||||
fingerprint = "7FC7 98AB 390E 1646 ED4D 8F1F 797F 6238 68CD 00C2";
|
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 = {
|
greizgh = {
|
||||||
email = "greizgh@ephax.org";
|
email = "greizgh@ephax.org";
|
||||||
github = "greizgh";
|
github = "greizgh";
|
||||||
|
|
|
@ -11,13 +11,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "zimlib";
|
pname = "zimlib";
|
||||||
version = "7.2.2";
|
version = "8.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "openzim";
|
owner = "openzim";
|
||||||
repo = "libzim";
|
repo = "libzim";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-AEhhjinnnMA4NbYL7NVHYeRZX/zfNiidbY/VeFjZuQs=";
|
sha256 = "sha256-ab7UUF+I0/xaGChvdjylEQRHLOjmtg/wk+/JEGehGLE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
testData = fetchzip rec {
|
testData = fetchzip rec {
|
||||||
|
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Library for reading and writing ZIM files";
|
description = "Library for reading and writing ZIM files";
|
||||||
homepage = "https://www.openzim.org/wiki/Zimlib";
|
homepage = "https://www.openzim.org/wiki/Zimlib";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ ajs124 ];
|
maintainers = with maintainers; [ greg ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue