summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/marathon
diff options
context:
space:
mode:
authorKevin Cox <kevincox@kevincox.ca>2016-03-06 08:04:32 -0500
committerKevin Cox <kevincox@kevincox.ca>2016-03-06 08:05:26 -0500
commitee9b151f5b9f880fa1d2b01268e5e7130c015fea (patch)
treea13549a264d77a5d37fb589faf16bbb824acdd68 /pkgs/applications/networking/cluster/marathon
parent5ac1de516e3de6e036a079bcdc4fe949ac3d3d0a (diff)
downloadnixlib-ee9b151f5b9f880fa1d2b01268e5e7130c015fea.tar
nixlib-ee9b151f5b9f880fa1d2b01268e5e7130c015fea.tar.gz
nixlib-ee9b151f5b9f880fa1d2b01268e5e7130c015fea.tar.bz2
nixlib-ee9b151f5b9f880fa1d2b01268e5e7130c015fea.tar.lz
nixlib-ee9b151f5b9f880fa1d2b01268e5e7130c015fea.tar.xz
nixlib-ee9b151f5b9f880fa1d2b01268e5e7130c015fea.tar.zst
nixlib-ee9b151f5b9f880fa1d2b01268e5e7130c015fea.zip
marathon: 0.15.1 -> 0.15.3
Diffstat (limited to 'pkgs/applications/networking/cluster/marathon')
-rw-r--r--pkgs/applications/networking/cluster/marathon/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/marathon/default.nix b/pkgs/applications/networking/cluster/marathon/default.nix
index ac666030897b..11c275c9f490 100644
--- a/pkgs/applications/networking/cluster/marathon/default.nix
+++ b/pkgs/applications/networking/cluster/marathon/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "marathon-${version}";
-  version = "0.15.1";
+  version = "0.15.3";
 
   src = fetchurl {
     url = "https://downloads.mesosphere.io/marathon/v${version}/marathon-${version}.tgz";
-    sha256 = "1ch3nvcwj7pzjjqw4k07gdf7nmdbfkks5j07wl3518bagjqrajj2";
+    sha256 = "1br4k596sjp4cf5l2nyaqhlsfdr443n08fvdyf4kilhr803x2rjq";
   };
 
   buildInputs = [ makeWrapper jdk mesos ];
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     homepage = https://mesosphere.github.io/marathon;
     description = "Cluster-wide init and control system for services in cgroups or Docker containers";
     license = licenses.asl20;
-    maintainers = with maintainers; [ rushmorem kamilchm ];
+    maintainers = with maintainers; [ rushmorem kamilchm kevincox ];
     platforms = platforms.linux;
   };
 }