Skip to content

Commit

Permalink
argo: 3.5.12 -> 3.6.2 (#362989)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 18, 2024
2 parents e0b9930 + c2167a6 commit 07e5338
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ar/argo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ let
in
buildGoModule rec {
pname = "argo";
version = "3.5.12";
version = "3.6.2";

src = fetchFromGitHub {
owner = "argoproj";
repo = "argo";
rev = "refs/tags/v${version}";
hash = "sha256-WJh6YP5WICgqJMPug3AIqxgrzH5Pp+rVtt5RfMjS9IU=";
hash = "sha256-GRs6xF9/vZi5LdkDA4RkBR6ElvWi0uji/05h0Y7P2eU=";
};

vendorHash = "sha256-QwQasJMSEnHvBxyxCjLuinPt47XAhERch3j60KXGxa4=";
vendorHash = "sha256-8+0iBtXNHyLwE6+AeDDQRERt0930kPIjhQ5abqEqey0=";

doCheck = false;

Expand Down

0 comments on commit 07e5338

Please sign in to comment.