From 83c60bd8e56464ed9621eb231f3b593794189dfc Mon Sep 17 00:00:00 2001 From: Kamil Chmielewski Date: Fri, 2 Sep 2016 16:09:24 +0200 Subject: marathon: 1.1.1 -> 1.1.2 --- pkgs/applications/networking/cluster/marathon/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/networking/cluster/marathon') diff --git a/pkgs/applications/networking/cluster/marathon/default.nix b/pkgs/applications/networking/cluster/marathon/default.nix index f737d4e04bd5..f339657b7fe2 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 = "1.1.1"; + version = "1.1.2"; src = fetchurl { url = "https://downloads.mesosphere.com/marathon/v${version}/marathon-${version}.tgz"; - sha256 = "35a80401383f6551c45c676beed30b3c1af6d3ad027f44735c208abe8eaca93d"; + sha256 = "1c1ml3blhhc10mky5pqxhpndbz6nk7qgcfbzwdqj9kqfzmwlsfbb"; }; buildInputs = [ makeWrapper jdk mesos ]; -- cgit 1.4.1