about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-show-asm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/rust/cargo-show-asm/default.nix')
-rw-r--r--pkgs/development/tools/rust/cargo-show-asm/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cargo-show-asm/default.nix b/pkgs/development/tools/rust/cargo-show-asm/default.nix
index 243c23ee52d3a..ae03097c8f85a 100644
--- a/pkgs/development/tools/rust/cargo-show-asm/default.nix
+++ b/pkgs/development/tools/rust/cargo-show-asm/default.nix
@@ -32,9 +32,7 @@ rustPlatform.buildRustPackage rec {
   '';
 
   passthru = {
-    updateScript = nix-update-script {
-      attrPath = pname;
-    };
+    updateScript = nix-update-script { };
     tests = lib.optionalAttrs stdenv.hostPlatform.isx86_64 {
       test-basic-x86_64 = callPackage ./test-basic-x86_64.nix { };
     };