Merge pull request #81181 from zowoq/kompose

kompose: 1.20.0 -> 1.21.0
This commit is contained in:
Mario Rodas 2020-02-27 23:48:27 -05:00 committed by GitHub
commit e11c7167bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
{ stdenv, buildGoPackage, fetchFromGitHub, installShellFiles }: { lib, buildGoPackage, fetchFromGitHub, installShellFiles }:
buildGoPackage rec { buildGoPackage rec {
pname = "kompose"; pname = "kompose";
version = "1.20.0"; version = "1.21.0";
goPackagePath = "github.com/kubernetes/kompose"; goPackagePath = "github.com/kubernetes/kompose";
@ -10,7 +10,7 @@ buildGoPackage rec {
rev = "v${version}"; rev = "v${version}";
owner = "kubernetes"; owner = "kubernetes";
repo = "kompose"; repo = "kompose";
sha256 = "1zgxm3zcxapav4jxh1r597rmxmlxcgns1l8w632ch7d90x5ihvll"; sha256 = "15a1alf6ywwfc4z5kdcnv64fp3cfy3qrcw62ny6xyn1kh1w24vkh";
}; };
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];
@ -20,9 +20,9 @@ buildGoPackage rec {
installShellCompletion kompose.{bash,zsh} installShellCompletion kompose.{bash,zsh}
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "A tool to help users who are familiar with docker-compose move to Kubernetes"; description = "A tool to help users who are familiar with docker-compose move to Kubernetes";
homepage = https://github.com/kubernetes/kompose; homepage = "https://kompose.io";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ thpham vdemeester ]; maintainers = with maintainers; [ thpham vdemeester ];
platforms = platforms.unix; platforms = platforms.unix;