about summary refs log tree commit diff
path: root/pkgs/applications/graphics/komikku
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-06-29 00:13:21 +0000
committerGitHub <noreply@github.com>2024-06-29 00:13:21 +0000
commita2df6ed0a591743b6c10d37d0869c25f4efa1ab0 (patch)
tree10e0528a1eae7545016c09091aebf8b67d8e4b0a /pkgs/applications/graphics/komikku
parent74028c619b9a2509cff099dc55b8836163cc2121 (diff)
parentecd9a5753a5078132dc9bfb95902abecbed31eef (diff)
Merge master into haskell-updates haskell-updates
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 6d938fe4bddc9..9b6e71057aa27 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.48.1";
+  version = "1.49.0";
 
   format = "other";
 
@@ -28,7 +28,7 @@ python3.pkgs.buildPythonApplication rec {
     owner = "valos";
     repo = "Komikku";
     rev = "v${version}";
-    hash = "sha256-U4MmVK75tPYJStJ0RRjfbzSbpGLJ07rJg6ClHI+tAfM=";
+    hash = "sha256-AMlhhsbwLhofV/Sy/EXuE4l0UAwZf2Gxn9+x3MHno4Y=";
   };
 
   nativeBuildInputs = [