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

View File

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