Merge pull request #109286 from johanot/ceph-15.2.8
ceph: 15.2.7 -> 15.2.8
This commit is contained in:
commit
c6c1319d13
@ -122,10 +122,10 @@ let
|
|||||||
]);
|
]);
|
||||||
sitePackages = ceph-python-env.python.sitePackages;
|
sitePackages = ceph-python-env.python.sitePackages;
|
||||||
|
|
||||||
version = "15.2.7";
|
version = "15.2.8";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.ceph.com/tarballs/ceph-${version}.tar.gz";
|
url = "http://download.ceph.com/tarballs/ceph-${version}.tar.gz";
|
||||||
sha256 = "082lpx1rsifjh636zypxy6ccs6nfkcm9azxp5ghvr5mvx9chmyrj";
|
sha256 = "1nmrras3g2zapcd06qr5m7y4zkymnr0r53jkpicjw2g4q7wfmib4";
|
||||||
};
|
};
|
||||||
in rec {
|
in rec {
|
||||||
ceph = stdenv.mkDerivation {
|
ceph = stdenv.mkDerivation {
|
||||||
|
@ -2978,7 +2978,7 @@ in
|
|||||||
|
|
||||||
libceph = ceph.lib;
|
libceph = ceph.lib;
|
||||||
inherit (callPackages ../tools/filesystems/ceph {
|
inherit (callPackages ../tools/filesystems/ceph {
|
||||||
boost = boost16x.override { enablePython = true; python = python38; };
|
boost = boost172.override { enablePython = true; python = python38; };
|
||||||
})
|
})
|
||||||
ceph
|
ceph
|
||||||
ceph-client;
|
ceph-client;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user