argo-workflows: rename from argo to align with upstream

Aaron Jheng 4020fda8 866edf51

+2 -1
+1 -1
pkgs/by-name/ar/argo/package.nix pkgs/by-name/ar/argo-workflows/package.nix
··· 33 33 }; 34 34 in 35 35 buildGoModule rec { 36 - pname = "argo"; 36 + pname = "argo-workflows"; 37 37 version = "3.6.3"; 38 38 39 39 src = fetchFromGitHub {
pkgs/by-name/ar/argo/staticfiles.go.mod pkgs/by-name/ar/argo-workflows/staticfiles.go.mod
+1
pkgs/top-level/aliases.nix
··· 121 121 apple-sdk_10_15 = throw "apple-sdk_10_15 was removed as Nixpkgs no longer supports macOS 10.15; see the 25.05 release notes"; # Added 2024-10-27 122 122 appthreat-depscan = dep-scan; # Added 2024-04-10 123 123 arcanist = throw "arcanist was removed as phabricator is not supported and does not accept fixes"; # Added 2024-06-07 124 + argo = argo-workflows; # Added 2025-02-01 124 125 aria = aria2; # Added 2024-03-26 125 126 armcord = throw "ArmCord was renamed to legcord by the upstream developers. Action is required to migrate configurations between the two applications. Please see this PR for more details: https://github.com/NixOS/nixpkgs/pull/347971"; # Added 2024-10-11 126 127 aseprite-unfree = aseprite; # Added 2023-08-26