tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kubernetes-helmPlugins.helm-cm-push: 0.10.3 -> 0.10.4
Aaron Jheng
2 years ago
8cb20d59
c4431764
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
helm
plugins
helm-cm-push.nix
+3
-3
pkgs/applications/networking/cluster/helm/plugins/helm-cm-push.nix
···
5
6
buildGoModule rec {
7
pname = "helm-cm-push";
8
-
version = "0.10.3";
9
10
src = fetchFromGitHub {
11
owner = "chartmuseum";
12
repo = "helm-push";
13
rev = "v${version}";
14
-
hash = "sha256-GyVhjCosVaUS1DtztztFxKuuRlUdxlsOP4/QMQ7+TaU=";
15
};
16
17
-
vendorSha256 = "sha256-9LhokpQrREmcyBqwb33BSMyG8z7IAsl9NtE3B631PnM=";
18
19
subPackage = [ "cmd/helm-cm-push" ];
20
···
5
6
buildGoModule rec {
7
pname = "helm-cm-push";
8
+
version = "0.10.4";
9
10
src = fetchFromGitHub {
11
owner = "chartmuseum";
12
repo = "helm-push";
13
rev = "v${version}";
14
+
hash = "sha256-YnhI1/BDk9swr3YFm5ajGf4LLgPty7blA2tlsMH0erY=";
15
};
16
17
+
vendorHash = "sha256-7bUDKqkvBV1Upcrj4DQnVCP74QtKlSwF0Kl2sPFZpjc=";
18
19
subPackage = [ "cmd/helm-cm-push" ];
20