ceph: 15.2.7 -> 15.2.8

This commit is contained in:
Johan Thomsen 2021-01-13 15:51:18 +01:00
parent 257cbbcd3a
commit 423b9b2a70
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

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