Skip to content

Commit

Permalink
mesos: 0.28.0 -> 0.28.2 (#18220)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchm authored and fpletz committed Sep 2, 2016
1 parent 09f8c51 commit 7b1efbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/mesos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ let
soext = if stdenv.system == "x86_64-darwin" then "dylib" else "so";

in stdenv.mkDerivation rec {
version = "0.28.0";
version = "0.28.2";
name = "mesos-${version}";

enableParallelBuilding = true;
dontDisableStatic = true;

src = fetchurl {
url = "mirror://apache/mesos/${version}/${name}.tar.gz";
sha256 = "05dnj6r5pspizna0fk7yayn38a4w9hlcswgg8l9qmb35m6nq6hby";
sha256 = "0wh4h11w5qvqa66fiz0qbm9q48d3jz48mw6mm22bcy9q9wmzrxcn";
};

patches = [
Expand Down

0 comments on commit 7b1efbf

Please sign in to comment.