Merge pull request #331757 from alyssais/rustic
rustic: rename from rustic-rs
This commit is contained in:
@@ -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.
|
||||
@@ -1318,6 +1318,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
|
||||
|
||||
|
||||
@@ -25856,7 +25856,7 @@ with pkgs;
|
||||
|
||||
roon-server = callPackage ../servers/roon-server { };
|
||||
|
||||
rustic-rs = callPackage ../tools/backup/rustic-rs {
|
||||
rustic = callPackage ../by-name/ru/rustic/package.nix {
|
||||
inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user