tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
argocd: 2.8.5 -> 2.9.1
R. Ryantm
2 years ago
8fdab85c
49873858
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
argocd
default.nix
+3
-3
pkgs/applications/networking/cluster/argocd/default.nix
···
2
2
3
3
buildGoModule rec {
4
4
pname = "argocd";
5
5
-
version = "2.8.5";
5
5
+
version = "2.9.1";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "argoproj";
9
9
repo = "argo-cd";
10
10
rev = "v${version}";
11
11
-
hash = "sha256-oYREaXUm60AkWO/2X6Cu55F+gCaPYpYqRigJW0ocDL0=";
11
11
+
hash = "sha256-5oSuExdkP+69AJD5U74yLD4e+5pvbFOY6T9mcKnJ5Jw=";
12
12
};
13
13
14
14
proxyVendor = true; # darwin/linux hash mismatch
15
15
-
vendorHash = "sha256-KzH4GmOeurcEMIDN3B8QSMZY1Fk+tNqy0SYzCXiRVlo=";
15
15
+
vendorHash = "sha256-/MmcWusqgEe8KEJcEBOqOkv1lJb06R3TKYFk4wvdWHk=";
16
16
17
17
# Set target as ./cmd per cli-local
18
18
# https://github.com/argoproj/argo-cd/blob/master/Makefile#L227