Merge pull request #50597 from mbode/heptio-ark_0_10_0
heptio-ark: 0.9.6 -> 0.10.0
This commit is contained in:
commit
c18c18ddf7
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "heptio-ark-${version}";
|
name = "heptio-ark-${version}";
|
||||||
version = "0.9.6";
|
version = "0.10.0";
|
||||||
|
|
||||||
goPackagePath = "github.com/heptio/ark";
|
goPackagePath = "github.com/heptio/ark";
|
||||||
|
|
||||||
|
@ -10,10 +10,10 @@ buildGoPackage rec {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "heptio";
|
owner = "heptio";
|
||||||
repo = "ark";
|
repo = "ark";
|
||||||
sha256 = "0q353a6f3hvg1gr6rmg8pbqnkrbgjchdr7f6f9503l1qbyyf95fz";
|
sha256 = "18h9hvp95va0hyl268gnzciwy1dqmc57bpifbj885870rdfp0ffv";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = "rm $bin/bin/generate";
|
postInstall = "rm $bin/bin/issue-template-gen";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A utility for managing disaster recovery, specifically for your Kubernetes cluster resources and persistent volumes";
|
description = "A utility for managing disaster recovery, specifically for your Kubernetes cluster resources and persistent volumes";
|
||||||
|
|
Loading…
Reference in New Issue