sequoia: Rename to sequoia-sq

This commit is contained in:
Doron Behar
2023-06-26 13:17:00 +03:00
parent 51c7b1f7f6
commit 2ae2b4e4a0
3 changed files with 3 additions and 2 deletions
@@ -11,7 +11,7 @@
}:
rustPlatform.buildRustPackage rec {
pname = "sequoia";
pname = "sequoia-sq";
version = "0.30.1";
src = fetchFromGitLab {
+1
View File
@@ -1528,6 +1528,7 @@ mapAliases ({
seeks = throw "seeks has been removed from nixpkgs, as it was unmaintained"; # Added 2020-06-21
sepolgen = throw "sepolgen was merged into selinux-python"; # Added 2021-11-11
session-desktop-appimage = session-desktop;
sequoia = sequoia-sq; # Added 2023-06-26
sget = throw "sget has been removed from nixpkgs, as it is not supported upstream anymore see https://github.com/sigstore/sget/issues/145"; # Added 2023-05-26
shared_mime_info = throw "'shared_mime_info' has been renamed to/replaced by 'shared-mime-info'"; # Converted to throw 2022-02-22
inherit (libsForQt5.mauiPackages) shelf; # added 2022-05-17
+1 -1
View File
@@ -12371,7 +12371,7 @@ with pkgs;
seqdiag = with python3Packages; toPythonApplication seqdiag;
sequoia = callPackage ../tools/security/sequoia { };
sequoia-sq = callPackage ../tools/security/sequoia-sq { };
sequoia-chameleon-gnupg = callPackage ../tools/security/sequoia-chameleon-gnupg { };