kargo: 0.4.6 -> 0.4.8
This commit is contained in:
parent
215ca6863d
commit
32721cac48
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, python2Packages }:
|
{ stdenv, fetchurl, python2Packages }:
|
||||||
|
|
||||||
python2Packages.buildPythonApplication rec {
|
python2Packages.buildPythonApplication rec {
|
||||||
version = "0.4.6";
|
version = "0.4.8";
|
||||||
pname = "kargo";
|
pname = "kargo";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://pypi/k/kargo/${pname}-${version}.tar.gz";
|
url = "mirror://pypi/k/kargo/${pname}-${version}.tar.gz";
|
||||||
sha256 = "1sm721c3d4scpc1gj2j3qwssr6jjvw6aq3p7ipvhbd9ywmm9dd7b";
|
sha256 = "1iq3vrmglag9gpsir03yz7556m0bz99nwb2mf594378cqzbr6db3";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
@ -25,7 +25,7 @@ python2Packages.buildPythonApplication rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/kubespray/kargo-cli;
|
homepage = "https://github.com/kubespray/kargo-cli";
|
||||||
description = "A tool helps to deploy a kubernetes cluster with Ansible.";
|
description = "A tool helps to deploy a kubernetes cluster with Ansible.";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user