Loading pkgs/by-name/md/mdns-scanner/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, fetchFromGitHub, rustPlatform, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -17,6 +18,8 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoHash = "sha256-n/KVarvd3gcWLYZD5Ww7XoMRHRuTcldxI/HB4Wta5NA="; passthru.updateScript = nix-update-script { }; meta = { homepage = "https://github.com/CramBL/mdns-scanner"; description = "Scan a network and create a list of IPs and associated hostnames, including mDNS hostnames and other aliases"; Loading Loading
pkgs/by-name/md/mdns-scanner/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, fetchFromGitHub, rustPlatform, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -17,6 +18,8 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoHash = "sha256-n/KVarvd3gcWLYZD5Ww7XoMRHRuTcldxI/HB4Wta5NA="; passthru.updateScript = nix-update-script { }; meta = { homepage = "https://github.com/CramBL/mdns-scanner"; description = "Scan a network and create a list of IPs and associated hostnames, including mDNS hostnames and other aliases"; Loading