rustic: rename from rustic-rs

As far as I can tell, the name of the software is "rustic".  Every
other distro calls it "rustic". [1]  The crate is presumably called
"rustic-rs" because "rustic" is already taken on crates.io, which is
not a problem in Nixpkgs.

I've added "rustic-rs" as an alias, so the old name will continue
working.

[1]: https://repology.org/project/rustic/versions
This commit is contained in:
Alyssa Ross 2024-08-02 14:02:08 +02:00
parent 3f190aaad8
commit c6711b873c
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0
3 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,7 @@
}:
rustPlatform.buildRustPackage rec {
pname = "rustic-rs";
pname = "rustic";
version = "0.7.0";
src = fetchFromGitHub {
@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-jUAmboJTzX4oJZy9rFiPRbm94bVpZGa0SaqotoCU/Ss=";
};
cargoHash = "sha256-iZuWlYDGGziwb49BfKdt9Ahs6oQ0Ij2iiT0tvL7ZIVk=";
cargoHash = "sha256-8YGvxnwD9Vshah2jZ+XxOW0qB4nvWsOyLY1W8k+xQzU=";
# At the time of writing, upstream defaults to "self-update" and "webdav".
# "self-update" is a self-updater, which we don't want in nixpkgs.

View File

@ -1287,6 +1287,7 @@ mapAliases ({
runCommandNoCC = runCommand;
runCommandNoCCLocal = runCommandLocal;
rustc-wasm32 = rustc; # Added 2023-12-01
rustic-rs = rustic; # Added 2024-08-02
rxvt_unicode = rxvt-unicode-unwrapped; # Added 2020-02-02
rxvt_unicode-with-plugins = rxvt-unicode; # Added 2020-02-02

View File

@ -26095,7 +26095,7 @@ with pkgs;
roon-server = callPackage ../servers/roon-server { };
rustic-rs = callPackage ../by-name/ru/rustic-rs/package.nix {
rustic = callPackage ../by-name/ru/rustic/package.nix {
inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
};