ceph: 0.87 -> 0.88
This commit is contained in:
parent
a84e566ba2
commit
f4249e7f5a
@ -14,16 +14,15 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name="ceph-${version}";
|
name="ceph-${version}";
|
||||||
version="0.87";
|
version="0.88";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "git://github.com/ceph/ceph.git";
|
url = "git://github.com/ceph/ceph.git";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "0l3ig4kr50j78snjzj4h1lbmjz508yykvchqyfdcqv02dfklc8qd";
|
sha256 = "1wf77mlx94h2mn75qqgb37xbdagl7zh0b579qh7gc1z4wcb8b8h0";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./0001-Cleanup-boost-optionals.patch # Remove in >0.87 patch is applied
|
|
||||||
./0001-Makefile-env-Don-t-force-sbin.patch
|
./0001-Makefile-env-Don-t-force-sbin.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user