komga: 1.6.4 -> 1.8.3
See https://github.com/gotson/komga/blob/1.8.3/CHANGELOG.md#183-2023-11-30
This commit is contained in:
parent
145d101931
commit
7e8be1c6ae
1 changed files with 6 additions and 6 deletions
|
@ -8,11 +8,11 @@
|
|||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "komga";
|
||||
version = "1.6.4";
|
||||
version = "1.8.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/gotson/${pname}/releases/download/v${version}/${pname}-${version}.jar";
|
||||
sha256 = "sha256-tqrC3l2njYGRVIdvt86JVKTCVaAK7GPoYacx3hFRggg=";
|
||||
url = "https://github.com/gotson/${pname}/releases/download/${version}/${pname}-${version}.jar";
|
||||
sha256 = "sha256-kZzyDzFDVrzjScpvCFw5xXk3uCYW01sP7y28YDADVHc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -27,12 +27,12 @@ stdenvNoCC.mkDerivation rec {
|
|||
komga = nixosTests.komga;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Free and open source comics/mangas server";
|
||||
homepage = "https://komga.org/";
|
||||
license = licenses.mit;
|
||||
license = lib.licenses.mit;
|
||||
platforms = jdk17_headless.meta.platforms;
|
||||
maintainers = with maintainers; [ govanify ];
|
||||
maintainers = with lib.maintainers; [ govanify ];
|
||||
mainProgram = "komga";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue