Skip to content

Commit

Permalink
mesos: 1.1.0 -> 1.1.1
Browse files Browse the repository at this point in the history
(cherry picked from commit de688d9)
  • Loading branch information
Azulinho authored and fpletz committed Apr 27, 2017
1 parent 1c0a0c0 commit c545296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/mesos/default.nix
Expand Up @@ -22,15 +22,15 @@ let
});

in stdenv.mkDerivation rec {
version = "1.1.0";
version = "1.1.1";
name = "mesos-${version}";

enableParallelBuilding = true;
dontDisableStatic = true;

src = fetchurl {
url = "mirror://apache/mesos/${version}/${name}.tar.gz";
sha256 = "1hdjd4syyp88l0bnh88bhzvn9466ad2ysfp9pq3kwj3qzwg5jv8g";
sha256 = "0f46ebb130d2d4a9732f95d0a71d80c8c5967f3c172b110f2ece316e05922115";
};

patches = [
Expand Down

0 comments on commit c545296

Please sign in to comment.