about summary refs log tree commit diff
path: root/pkgs/applications/graphics/komikku
diff options
context:
space:
mode:
authorInfinitive Witch <infinitivewitch@disroot.org>2023-05-20 14:09:44 -0300
committerInfinitive Witch <infinitivewitch@disroot.org>2023-05-20 14:09:44 -0300
commit828244022d5c8ea56facb3bb482faac68b200ca8 (patch)
tree034f265c3f61c84d05c2f10b0db71d8fd754b9fa /pkgs/applications/graphics/komikku
parentd0f31c3daf21de8d670e6b7854e23488327cabc3 (diff)
komikku: 1.20.0 -> 1.21.1
Signed-off-by: Infinitive Witch <infinitivewitch@disroot.org>
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 1c3b040944bef..8676883628c41 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.20.0";
+  version = "1.21.1";
 
   format = "other";
 
@@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec {
     owner = "valos";
     repo = "Komikku";
     rev = "v${version}";
-    hash = "sha256-gBnpps++dwcXCLSVjtK3nMJMcJ43vKeNzgCWEt1kn7g=";
+    hash = "sha256-1VqV0tTI8XVwGJhaGWEdSxtWDhQFmrsncvhC4ftJ7Jg=";
   };
 
   nativeBuildInputs = [