summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/kompose
diff options
context:
space:
mode:
authorVincent Demeester <vincent@sbr.pm>2019-03-24 00:55:09 +0100
committerxeji <36407913+xeji@users.noreply.github.com>2019-03-24 00:55:09 +0100
commit6285216699646e5d8a7f2a832dd126bba7c0e29c (patch)
tree338c3730661aba88ff914d53bdd7dc2239b3469a /pkgs/applications/networking/cluster/kompose
parente0c3c2ed520af23827847e6466b05de46145c63d (diff)
kompose: 1.9.0 -> 1.18.0 (#58166)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat (limited to 'pkgs/applications/networking/cluster/kompose')
-rw-r--r--pkgs/applications/networking/cluster/kompose/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/kompose/default.nix b/pkgs/applications/networking/cluster/kompose/default.nix
index d6e703f79d05..19194c2d0873 100644
--- a/pkgs/applications/networking/cluster/kompose/default.nix
+++ b/pkgs/applications/networking/cluster/kompose/default.nix
@@ -2,7 +2,7 @@
buildGoPackage rec {
name = "kompose-${version}";
- version = "1.9.0";
+ version = "1.18.0";
goPackagePath = "github.com/kubernetes/kompose";
@@ -10,14 +10,14 @@ buildGoPackage rec {
rev = "v${version}";
owner = "kubernetes";
repo = "kompose";
- sha256 = "00yvih5gn67sw9v30a0rpaj1zag7k02i4biw1p37agxih0aphc86";
+ sha256 = "1hb4bs710n9fghphhfakwg42wjscf136dcr05zwwfg7iyqx2cipc";
};
meta = with stdenv.lib; {
description = "A tool to help users who are familiar with docker-compose move to Kubernetes";
homepage = https://github.com/kubernetes/kompose;
license = licenses.asl20;
- maintainers = with maintainers; [thpham];
+ maintainers = with maintainers; [ thpham vdemeester ];
platforms = platforms.unix;
};
}