tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
marathon: 0.14.1 -> 0.15.1
Kamil Chmielewski
10 years ago
55b7f03e
b2a37cee
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
marathon
default.nix
+2
-2
pkgs/applications/networking/cluster/marathon/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
name = "marathon-${version}";
5
5
-
version = "0.14.1";
5
5
+
version = "0.15.1";
6
6
7
7
src = fetchurl {
8
8
url = "https://downloads.mesosphere.io/marathon/v${version}/marathon-${version}.tgz";
9
9
-
sha256 = "0vdl7jf7yhb985dj3v46qnqjv1zwfkyizlsyf9c5dq7khvxrp1l4";
9
9
+
sha256 = "1ch3nvcwj7pzjjqw4k07gdf7nmdbfkks5j07wl3518bagjqrajj2";
10
10
};
11
11
12
12
buildInputs = [ makeWrapper jdk mesos ];