kompose: 1.9.0 -> 1.18.0

This commit is contained in:
Eduard Bopp 2019-03-11 10:18:26 +01:00
parent f9be2b8ece
commit 259d036255

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "kompose-${version}";
version = "1.9.0";
version = "1.18.0";
goPackagePath = "github.com/kubernetes/kompose";
@ -10,7 +10,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "kubernetes";
repo = "kompose";
sha256 = "00yvih5gn67sw9v30a0rpaj1zag7k02i4biw1p37agxih0aphc86";
sha256 = "1hb4bs710n9fghphhfakwg42wjscf136dcr05zwwfg7iyqx2cipc";
};
meta = with stdenv.lib; {