File tree 1 file changed +11
-7
lines changed
pkgs/applications/networking/cluster/helmfile
1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
buildGoModule rec {
4
4
pname = "helmfile" ;
5
- version = "0.144.0 " ;
5
+ version = "0.145.2 " ;
6
6
7
7
src = fetchFromGitHub {
8
- owner = "roboll " ;
8
+ owner = "helmfile " ;
9
9
repo = "helmfile" ;
10
10
rev = "v${ version } " ;
11
- sha256 = "sha256-mfRPrgnOXqfmbpvaIxJNkgkdTEJKcFycrgFmQ7YDvTU =" ;
11
+ sha256 = "sha256-ipGMGby7qUoFJNc+7+Gq+JaBUdxm19NwhklWsTpslVI =" ;
12
12
} ;
13
13
14
- vendorSha256 = "sha256-ddf3m0DGsjubzp/aERvhfJ51UKKSNMC1Xu7ybyif8HA =" ;
14
+ vendorSha256 = "sha256-031Xdr3u35uirDBZhExdh8PMAZa1gfMTC2II8VMbr6Q =" ;
15
15
16
16
doCheck = false ;
17
17
18
18
subPackages = [ "." ] ;
19
19
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 } " ] ;
21
21
22
22
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/" ;
25
29
license = lib . licenses . mit ;
26
30
maintainers = with lib . maintainers ; [ pneumaticat yurrriq ] ;
27
31
platforms = lib . platforms . unix ;
You can’t perform that action at this time.
0 commit comments