about summary refs log tree commit diff
path: root/pkgs/applications/graphics/komikku
diff options
context:
space:
mode:
authorColin <colin@uninsane.org>2023-07-12 06:55:05 +0000
committerColin <colin@uninsane.org>2023-07-12 06:55:05 +0000
commit853be697f59f64c342269e81e34ca375e8b3e7aa (patch)
treed0f84f955fed936bff63c907c5085b21074ecdb9 /pkgs/applications/graphics/komikku
parente50cf6ca925c9c16da1aeabbed24e4a8154f0f23 (diff)
komikku: 1.21.1 -> 1.22.0
changelog: <https://gitlab.com/valos/Komikku/-/releases/v1.22.0>

- RTL/LTR/Vertical pager: Added <Crtl+Mouse Wheel> zoom
- [Servers] JapScan: Update
- [Servers] MangaFreak: Update
- [Servers] MangaKawaii: Update
- [Servers] Mangapill: Update
- [Servers] Xoxocomics: Update
- [L10n] Updated Arabic, French, Russian and Turkish translations
Diffstat (limited to 'pkgs/applications/graphics/komikku')
-rw-r--r--pkgs/applications/graphics/komikku/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/komikku/default.nix b/pkgs/applications/graphics/komikku/default.nix
index 8676883628c41..008cfc5d2ba2f 100644
--- a/pkgs/applications/graphics/komikku/default.nix
+++ b/pkgs/applications/graphics/komikku/default.nix
@@ -19,7 +19,7 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "komikku";
-  version = "1.21.1";
+  version = "1.22.0";
 
   format = "other";
 
@@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec {
     owner = "valos";
     repo = "Komikku";
     rev = "v${version}";
-    hash = "sha256-1VqV0tTI8XVwGJhaGWEdSxtWDhQFmrsncvhC4ftJ7Jg=";
+    hash = "sha256-6Pqa3qNnH8WF/GK4CLyEmLoPm4A6Q3Gri2x0whf6WTY=";
   };
 
   nativeBuildInputs = [