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