···40404141 makeFlags = [ "PREFIX=$(out)" ];
42424343- passthru.updateScript = nix-update-script {
4444- attrPath = pname;
4545- };
4343+ passthru.updateScript = nix-update-script { };
46444745 meta = with lib; {
4846 description = "A tool to read notifications from stdin and pop them up on the screen";
+1-3
pkgs/tools/X11/xprompt/default.nix
···38383939 makeFlags = [ "CC:=$(CC)" "PREFIX=$(out)" ];
40404141- passthru.updateScript = nix-update-script {
4242- attrPath = pname;
4343- };
4141+ passthru.updateScript = nix-update-script { };
44424543 meta = with lib; {
4644 description = "A dmenu rip-off with contextual completion";
-1
pkgs/tools/admin/awscli2/default.nix
···110110 passthru = {
111111 python = py; # for aws_shell
112112 updateScript = nix-update-script {
113113- attrPath = pname;
114113 # Excludes 1.x versions from the Github tags list
115114 extraArgs = [ "--version-regex" "^(2\.(.*))" ];
116115 };
···142142 done
143143 '';
144144145145- passthru.updateScript = nix-update-script {
146146- attrPath = pname;
147147- };
145145+ passthru.updateScript = nix-update-script { };
148146149147 meta = with lib; {
150148 description = "A modern and transparent way to use Windows VST2 and VST3 plugins on Linux";
···18181919 ldflags = [ "-s" "-w" "-X main.Version=${version}" ];
20202121- passthru.updateScript = nix-update-script { attrPath = pname; };
2121+ passthru.updateScript = nix-update-script { };
22222323 meta = with lib; {
2424 description = "A dynamic DNS client tool supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS & DreamHost, etc";
+1-3
pkgs/tools/networking/tox-node/default.nix
···15151616 cargoSha256 = "sha256-L5IvYA32W8cTnuWjeljge5X+LZ912ugtcvEKXLqYZ+k=";
17171818- passthru.updateScript = nix-update-script {
1919- attrPath = pname;
2020- };
1818+ passthru.updateScript = nix-update-script { };
21192220 meta = with lib; {
2321 description = "A server application to run tox node written in pure Rust";