marathon: 1.3.6 -> 1.4.1 (#22935)
This commit is contained in:
parent
3d963c3e8f
commit
be30dcefb6
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "marathon-${version}";
|
name = "marathon-${version}";
|
||||||
version = "1.3.6";
|
version = "1.4.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://downloads.mesosphere.com/marathon/v${version}/marathon-${version}.tgz";
|
url = "https://downloads.mesosphere.com/marathon/v${version}/marathon-${version}.tgz";
|
||||||
sha256 = "12a6ah6qsx1ap6y7sps4vwkq8lyc08k1qnak2mnsa04ifrx9z0dy";
|
sha256 = "1wpzsvvmk19qrwzwj7k12rngry1qriiqnjzq2q2pbpv5w0zb1fz5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ makeWrapper jdk mesos ];
|
buildInputs = [ makeWrapper jdk mesos ];
|
||||||
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://mesosphere.github.io/marathon;
|
homepage = https://mesosphere.github.io/marathon;
|
||||||
description = "Cluster-wide init and control system for services in cgroups or Docker containers";
|
description = "Cluster-wide init and control system for services in cgroups or Docker containers";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ rushmorem kamilchm kevincox ];
|
maintainers = with maintainers; [ rushmorem kamilchm kevincox pradeepchhetri ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user