Skip to content

Commit 37e4ff1

Browse files
committed
helmfile: 0.144.0 -> 0.145.2
- Update src to helmfile/helmfile roboll/helmfile#1824 - Update meta to better match upstream
1 parent 4353938 commit 37e4ff1

File tree

1 file changed

+11
-7
lines changed
  • pkgs/applications/networking/cluster/helmfile

1 file changed

+11
-7
lines changed

pkgs/applications/networking/cluster/helmfile/default.nix

+11-7
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,30 @@
22

33
buildGoModule rec {
44
pname = "helmfile";
5-
version = "0.144.0";
5+
version = "0.145.2";
66

77
src = fetchFromGitHub {
8-
owner = "roboll";
8+
owner = "helmfile";
99
repo = "helmfile";
1010
rev = "v${version}";
11-
sha256 = "sha256-mfRPrgnOXqfmbpvaIxJNkgkdTEJKcFycrgFmQ7YDvTU=";
11+
sha256 = "sha256-ipGMGby7qUoFJNc+7+Gq+JaBUdxm19NwhklWsTpslVI=";
1212
};
1313

14-
vendorSha256 = "sha256-ddf3m0DGsjubzp/aERvhfJ51UKKSNMC1Xu7ybyif8HA=";
14+
vendorSha256 = "sha256-031Xdr3u35uirDBZhExdh8PMAZa1gfMTC2II8VMbr6Q=";
1515

1616
doCheck = false;
1717

1818
subPackages = [ "." ];
1919

20-
ldflags = [ "-s" "-w" "-X github.com/roboll/helmfile/pkg/app/version.Version=${version}" ];
20+
ldflags = [ "-s" "-w" "-X github.com/helmfile/helmfile/pkg/app/version.Version=${version}" ];
2121

2222
meta = {
23-
description = "Deploy Kubernetes Helm charts";
24-
homepage = "https://github.com/roboll/helmfile";
23+
description = "Declarative spec for deploying Helm charts";
24+
longDescription = ''
25+
Declaratively deploy your Kubernetes manifests, Kustomize configs,
26+
and charts as Helm releases in one shot.
27+
'';
28+
homepage = "https://helmfile.readthedocs.io/";
2529
license = lib.licenses.mit;
2630
maintainers = with lib.maintainers; [ pneumaticat yurrriq ];
2731
platforms = lib.platforms.unix;

0 commit comments

Comments
 (0)