Skip to content

Commit

Permalink
marathon: 1.4.1 -> 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Azulinho committed Apr 27, 2017
1 parent 7b96e3d commit 39788ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/marathon/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "marathon-${version}";
version = "1.4.1";
version = "1.4.2";

src = fetchurl {
url = "https://downloads.mesosphere.com/marathon/v${version}/marathon-${version}.tgz";
sha256 = "1wpzsvvmk19qrwzwj7k12rngry1qriiqnjzq2q2pbpv5w0zb1fz5";
sha256 = "6eab65a95c87a989e922aca2b49ba872b50a94e46a8fd4831d1ab41f319d6932";
};

buildInputs = [ makeWrapper jdk mesos ];
Expand Down

0 comments on commit 39788ce

Please sign in to comment.