summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2019-02-24 14:51:50 -0800
committerGitHub <noreply@github.com>2019-02-24 14:51:50 -0800
commitc18c18ddf7e785e1a615763acdb11f93c89226fc (patch)
treec4698cabcd1ac6b6a6e1ca234247385b5b96c083 /pkgs/applications
parentd97724e9ffe00ffdca99c3cc1437ea72765c62c3 (diff)
parentba2b95902dbb47004f2b7719d801bc5725681995 (diff)
Merge pull request #50597 from mbode/heptio-ark_0_10_0
heptio-ark: 0.9.6 -> 0.10.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/cluster/heptio-ark/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/heptio-ark/default.nix b/pkgs/applications/networking/cluster/heptio-ark/default.nix
index 6a83ac34f3f9..cd0ef728f83e 100644
--- a/pkgs/applications/networking/cluster/heptio-ark/default.nix
+++ b/pkgs/applications/networking/cluster/heptio-ark/default.nix
@@ -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";