Merge pull request #109286 from johanot/ceph-15.2.8

ceph: 15.2.7 -> 15.2.8
This commit is contained in:
Sarah Brofeldt 2021-01-15 08:44:08 +01:00 committed by GitHub
commit c6c1319d13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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 {

View file

@ -2978,7 +2978,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;