tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
argocd: 2.10.9 -> 2.11.0
R. Ryantm
2 years ago
7809912e
0c9055e8
+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
3
buildGoModule rec {
4
pname = "argocd";
5
-
version = "2.10.9";
6
7
src = fetchFromGitHub {
8
owner = "argoproj";
9
repo = "argo-cd";
10
rev = "v${version}";
11
-
hash = "sha256-0f+YXhxALbT+X1U0rmG+6IKqvzz8hvYSXS3YUpu+WWs=";
12
};
13
14
proxyVendor = true; # darwin/linux hash mismatch
15
-
vendorHash = "sha256-42OWsNUFTLrx8FztxsCSHCxGb3yAv8qBKnN+EEIRCaA=";
16
17
# Set target as ./cmd per cli-local
18
# https://github.com/argoproj/argo-cd/blob/master/Makefile#L227
···
2
3
buildGoModule rec {
4
pname = "argocd";
5
+
version = "2.11.0";
6
7
src = fetchFromGitHub {
8
owner = "argoproj";
9
repo = "argo-cd";
10
rev = "v${version}";
11
+
hash = "sha256-HVkR5sG3CfTW56pTB15S+w4kwbv7he9Be6RKmpu+E4E=";
12
};
13
14
proxyVendor = true; # darwin/linux hash mismatch
15
+
vendorHash = "sha256-c0fTUU5zXI0QDo/bAL4v6zjEp0rNvCpQFAGwpgDWDFY=";
16
17
# Set target as ./cmd per cli-local
18
# https://github.com/argoproj/argo-cd/blob/master/Makefile#L227