ndstrim-rs: renamed from ndstrim (#540736)

This commit is contained in:
Thiago Kenji Okada
2026-07-11 19:07:22 +00:00
committed by GitHub
2 changed files with 7 additions and 4 deletions

View File

@@ -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 ];

View File

@@ -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