diff --git a/pkgs/by-name/nd/ndstrim/package.nix b/pkgs/by-name/nd/ndstrim-rs/package.nix similarity index 72% rename from pkgs/by-name/nd/ndstrim/package.nix rename to pkgs/by-name/nd/ndstrim-rs/package.nix index 5a081cc270fd..cb59f36e4b64 100644 --- a/pkgs/by-name/nd/ndstrim/package.nix +++ b/pkgs/by-name/nd/ndstrim-rs/package.nix @@ -5,12 +5,14 @@ }: rustPlatform.buildRustPackage (finalAttrs: { - pname = "ndstrim"; + pname = "ndstrim-rs"; version = "0.2.1"; + __structuredAttrs = true; + src = fetchFromGitHub { owner = "Nemris"; - repo = "ndstrim"; + repo = "ndstrim-rs"; rev = "v${finalAttrs.version}"; hash = "sha256-KgtejBbFg6+klc8OpCs1CIb+7uVPCtP0/EM671vxauk="; }; @@ -19,8 +21,8 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Trim the excess padding found in Nintendo DS(i) ROMs"; - homepage = "https://github.com/Nemris/ndstrim"; - changelog = "https://github.com/Nemris/ndstrim/blob/${finalAttrs.src.rev}/CHANGELOG.md"; + homepage = "https://github.com/Nemris/ndstrim-rs"; + changelog = "https://github.com/Nemris/ndstrim-rs/blob/${finalAttrs.src.rev}/CHANGELOG.md"; license = lib.licenses.mit; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ thiagokokada ]; diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index fcf6886f152c..a5bb5b418569 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1588,6 +1588,7 @@ mapAliases { nats-streaming-server = throw "'nats-streaming-server' has been removed as critical bug fixes and security fixes will no longer be performed as of June of 2023"; # Added 2025-10-13 ncdu_2 = throw "'ncdu_2' has been renamed to/replaced by 'ncdu'"; # Converted to throw 2025-10-27 ndjbdns = throw "'ndjbdns' has been removed as it has been pulled upstream"; # Added 2025-12-18 + ndstrim = ndstrim-rs; # Added 2026-07-11 near-cli = throw "'near-cli' has been removed as upstream has deprecated it and archived the source code repo"; # Added 2025-11-10 neardal = throw "neardal has been removed because it has been marked as broken since at least November 2024."; # Added 2025-09-29 nekoray = lib.warnOnInstantiate "nekoray has been renamed to throne" throne; # Added 2025-11-10