mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
Merge pull request #281431 from chuangzhu/komikku
komikku: 1.33.0 -> 1.35.0
This commit is contained in:
commit
b19d5067d0
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user