about summary refs log tree commit diff
path: root/pkgs/applications/graphics/komikku
diff options
context:
space:
mode:
authorChuang Zhu <git@chuang.cz>2023-12-23 16:48:02 +0800
committerChuang Zhu <git@chuang.cz>2023-12-23 16:48:02 +0800
commit85b4d62ec4a4112bf86087675877b163ed720cd6 (patch)
treecedb00d2724a7e466a9376f6e0e7baf4eeb716d6 /pkgs/applications/graphics/komikku
parent66bda599f409f9834c6fd6abc602e452a5c16b61 (diff)
komikku: 1.31.0 -> 1.32.0
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 42cb2a90a930d..d0151aa5aa0c7 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.31.0";
+  version = "1.32.0";
 
   format = "other";
 
@@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec {
     owner = "valos";
     repo = "Komikku";
     rev = "v${version}";
-    hash = "sha256-7u7F2Z1fYr3S1Sx9FAVmimQbT0o6tb96jXG0o9+4/rc=";
+    hash = "sha256-aF7EByUQ6CO+rXfGz4ivU18N5sh0X8nGgJT94dCuN8c=";
   };
 
   nativeBuildInputs = [