Merge pull request #249575 from chuangzhu/komikku

komikku: 1.22.0 -> 1.23.0

authored by

Theodore Ni and committed by
GitHub
336e03c1 dccafef6

+3 -2
+3 -2
pkgs/applications/graphics/komikku/default.nix
··· 19 20 python3.pkgs.buildPythonApplication rec { 21 pname = "komikku"; 22 - version = "1.22.0"; 23 24 format = "other"; 25 ··· 27 owner = "valos"; 28 repo = "Komikku"; 29 rev = "v${version}"; 30 - hash = "sha256-6Pqa3qNnH8WF/GK4CLyEmLoPm4A6Q3Gri2x0whf6WTY="; 31 }; 32 33 nativeBuildInputs = [ ··· 87 description = "Manga reader for GNOME"; 88 homepage = "https://valos.gitlab.io/Komikku/"; 89 license = licenses.gpl3Plus; 90 maintainers = with maintainers; [ chuangzhu infinitivewitch ]; 91 }; 92 }
··· 19 20 python3.pkgs.buildPythonApplication rec { 21 pname = "komikku"; 22 + version = "1.23.0"; 23 24 format = "other"; 25 ··· 27 owner = "valos"; 28 repo = "Komikku"; 29 rev = "v${version}"; 30 + hash = "sha256-duWAOod2co62NJ5Jk+7eWTf2LcfV5ZbFw0BhrbdGdUY="; 31 }; 32 33 nativeBuildInputs = [ ··· 87 description = "Manga reader for GNOME"; 88 homepage = "https://valos.gitlab.io/Komikku/"; 89 license = licenses.gpl3Plus; 90 + changelog = "https://gitlab.com/valos/Komikku/-/releases/v${version}"; 91 maintainers = with maintainers; [ chuangzhu infinitivewitch ]; 92 }; 93 }