Merge pull request #50597 from mbode/heptio-ark_0_10_0

heptio-ark: 0.9.6 -> 0.10.0
This commit is contained in:
Ryan Mulligan 2019-02-24 14:51:50 -08:00 committed by GitHub
commit c18c18ddf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "heptio-ark-${version}";
version = "0.9.6";
version = "0.10.0";
goPackagePath = "github.com/heptio/ark";
@ -10,10 +10,10 @@ buildGoPackage rec {
rev = "v${version}";
owner = "heptio";
repo = "ark";
sha256 = "0q353a6f3hvg1gr6rmg8pbqnkrbgjchdr7f6f9503l1qbyyf95fz";
sha256 = "18h9hvp95va0hyl268gnzciwy1dqmc57bpifbj885870rdfp0ffv";
};
postInstall = "rm $bin/bin/generate";
postInstall = "rm $bin/bin/issue-template-gen";
meta = with stdenv.lib; {
description = "A utility for managing disaster recovery, specifically for your Kubernetes cluster resources and persistent volumes";