about summary refs log tree commit diff
path: root/pkgs/development/tools/ashpd-demo/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/ashpd-demo/default.nix')
-rw-r--r--pkgs/development/tools/ashpd-demo/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/development/tools/ashpd-demo/default.nix b/pkgs/development/tools/ashpd-demo/default.nix
index 9d873b8461f1f..9b6d00c0efbc1 100644
--- a/pkgs/development/tools/ashpd-demo/default.nix
+++ b/pkgs/development/tools/ashpd-demo/default.nix
@@ -65,9 +65,7 @@ stdenv.mkDerivation rec {
   ];
 
   passthru = {
-    updateScript = nix-update-script {
-      attrPath = pname;
-    };
+    updateScript = nix-update-script { };
   };
 
   meta = with lib; {