Merge pull request #281431 from chuangzhu/komikku

komikku: 1.33.0 -> 1.35.0
This commit is contained in:
Nick Cao 2024-01-17 10:43:18 -05:00 committed by GitHub
commit b19d5067d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
{ lib
, fetchFromGitLab
, fetchFromGitea
, desktop-file-utils
, gettext
, glib
@ -19,15 +19,16 @@
python3.pkgs.buildPythonApplication rec {
pname = "komikku";
version = "1.33.0";
version = "1.35.0";
format = "other";
src = fetchFromGitLab {
src = fetchFromGitea {
domain = "codeberg.org";
owner = "valos";
repo = "Komikku";
rev = "v${version}";
hash = "sha256-59RkynW02gxVPz48diC1Th+vtru+oHMeuArfdA2a1IU=";
hash = "sha256-oyXeh+/9tzykt2fhsKNrk1iaO8556LyCHGVxAxRojLw=";
};
nativeBuildInputs = [
@ -87,9 +88,9 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Manga reader for GNOME";
homepage = "https://valos.gitlab.io/Komikku/";
homepage = "https://apps.gnome.org/Komikku/";
license = licenses.gpl3Plus;
changelog = "https://gitlab.com/valos/Komikku/-/releases/v${version}";
changelog = "https://codeberg.org/valos/Komikku/releases/tag/v${version}";
maintainers = with maintainers; [ chuangzhu infinitivewitch ];
};
}