heptio-ark: 0.9.0 -> 0.9.4 (#46662)

This commit is contained in:
Maximilian Bode 2018-09-15 02:04:43 +02:00 committed by xeji
parent 81156549a2
commit e6cf858408

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "heptio-ark-${version}";
version = "0.9.0";
version = "0.9.4";
goPackagePath = "github.com/heptio/ark";
@ -10,7 +10,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "heptio";
repo = "ark";
sha256 = "0b3jsgs35l8kk63pjnqn3911pyb397fyvsmd3jd8vzjawisgpdp7";
sha256 = "01z0zkw7l6haxky9l45iqqnvs6104xx4195jm250nv9j1x8n59ai";
};
postInstall = "rm $bin/bin/generate";