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>2023-07-27 12:01:56 +0000
committerGitHub <noreply@github.com>2023-07-27 12:01:56 +0000
commit433ca822324e45d3f9267e3f7a2cc90e0e66bf04 (patch)
treeebd3ef727a94034118475dcbbf239a623e66c248 /pkgs/applications/graphics/komikku
parentd1b1f7fda7b74c168fc5621e48b0704bb23f73ae (diff)
parent185638d819896229e0ec947daacdad76823901f5 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/applications/graphics/komikku')
-rw-r--r--pkgs/applications/graphics/komikku/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/komikku/default.nix b/pkgs/applications/graphics/komikku/default.nix
index b53c57b4d4603..48ef9fc8c010c 100644
--- a/pkgs/applications/graphics/komikku/default.nix
+++ b/pkgs/applications/graphics/komikku/default.nix
@@ -80,9 +80,7 @@ python3.pkgs.buildPythonApplication rec {
   '';
 
   passthru = {
-    updateScript = nix-update-script {
-      attrPath = "komikku";
-    };
+    updateScript = nix-update-script { };
   };
 
   meta = with lib; {