Skip to content

Commit

Permalink
Merge pull request #47609 from mbode/heptio-ark_0_9_6
Browse files Browse the repository at this point in the history
heptio-ark: 0.9.4 -> 0.9.6
  • Loading branch information
timokau committed Oct 6, 2018
2 parents 9a5f7b1 + 4385591 commit ec7d7e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/heptio-ark/default.nix
Expand Up @@ -2,15 +2,15 @@

buildGoPackage rec {
name = "heptio-ark-${version}";
version = "0.9.4";
version = "0.9.6";

goPackagePath = "github.com/heptio/ark";

src = fetchFromGitHub {
rev = "v${version}";
owner = "heptio";
repo = "ark";
sha256 = "01z0zkw7l6haxky9l45iqqnvs6104xx4195jm250nv9j1x8n59ai";
sha256 = "0q353a6f3hvg1gr6rmg8pbqnkrbgjchdr7f6f9503l1qbyyf95fz";
};

postInstall = "rm $bin/bin/generate";
Expand Down

0 comments on commit ec7d7e1

Please sign in to comment.