heptio-ark: 0.9.6 -> 0.10.0

This commit is contained in:
Maximilian Bode 2018-11-18 15:51:12 +01:00
parent 9b95523469
commit ba2b95902d

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";