summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-22 05:26:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-22 05:26:18 +0000
commit03e4688c7f27b04f251769a711b5e1483f22f16a (patch)
tree0c31812d6596b136985af049f44a8efbe8cb7669 /pkgs/applications
parentf53f90b66921488fb3681ac78528ce407b775590 (diff)
downloadnixpkgs-03e4688c7f27b04f251769a711b5e1483f22f16a.tar
nixpkgs-03e4688c7f27b04f251769a711b5e1483f22f16a.tar.gz
nixpkgs-03e4688c7f27b04f251769a711b5e1483f22f16a.tar.bz2
nixpkgs-03e4688c7f27b04f251769a711b5e1483f22f16a.tar.lz
nixpkgs-03e4688c7f27b04f251769a711b5e1483f22f16a.tar.xz
nixpkgs-03e4688c7f27b04f251769a711b5e1483f22f16a.tar.zst
nixpkgs-03e4688c7f27b04f251769a711b5e1483f22f16a.zip
argocd-autopilot: 0.3.2 -> 0.3.5
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/cluster/argocd-autopilot/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/argocd-autopilot/default.nix b/pkgs/applications/networking/cluster/argocd-autopilot/default.nix
index 4bc1d2d1c20..c56f937223c 100644
--- a/pkgs/applications/networking/cluster/argocd-autopilot/default.nix
+++ b/pkgs/applications/networking/cluster/argocd-autopilot/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "argocd-autopilot";
-  version = "0.3.2";
+  version = "0.3.5";
 
   src = fetchFromGitHub {
     owner = "argoproj-labs";
     repo = "argocd-autopilot";
     rev = "v${version}";
-    sha256 = "sha256-9si2zqYhmAqzhdUWMkfQ/yLeyNcZSAWypvZTbDDrPvA=";
+    sha256 = "sha256-YqnmtDVtprQQFbL++X9rUJFGj+fMD+fvDRWsQ+uOxxo=";
   };
 
-  vendorSha256 = "sha256-UfZCGG24JjPoc5nbX9vPeFCP8YGMNF5oUrdwTC6RpKI=";
+  vendorSha256 = "sha256-r8RTwMzFS/BkxW08+wfAovuFLpIOReDsuHi/Hx9cVPc=";
 
   proxyVendor = true;