about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-06-29 08:54:13 -0700
committerGitHub <noreply@github.com>2021-06-29 08:54:13 -0700
commit1d62f60b6c6669f246407b8d5f655261f8ec2318 (patch)
treeea250005949ef18b0dd13f17f2a7d408813e5c3b /pkgs
parent4abf7cfb3b6b71f76ae6e6b390d29fff868b245c (diff)
parent06b7954a6667b02dbbc0bdced42d2e8ad6a83fe9 (diff)
Merge pull request #127850 from r-ryantm/auto-update/argo
argo: 3.0.7 -> 3.0.8
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/cluster/argo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/argo/default.nix b/pkgs/applications/networking/cluster/argo/default.nix
index 78d6ea1a1e7ee..2722288787356 100644
--- a/pkgs/applications/networking/cluster/argo/default.nix
+++ b/pkgs/applications/networking/cluster/argo/default.nix
@@ -19,13 +19,13 @@ let
 in
 buildGoModule rec {
   pname = "argo";
-  version = "3.0.7";
+  version = "3.0.8";
 
   src = fetchFromGitHub {
     owner = "argoproj";
     repo = "argo";
     rev = "v${version}";
-    sha256 = "sha256-lZTSUNtmJZKONt0Bv42dBAc+87L14HaPxvPxhFe8nyc=";
+    sha256 = "sha256-TOPJvOQKEMEsQ/wAJNF+08g4z75GGkNom6gRCrNOO2I=";
   };
 
   vendorSha256 = "sha256-YjVAoMyGKMHLGEPeOOkCKCzeWFiUsXfJIKcw5GYoljg=";