Skip to content

Commit

Permalink
ceph: 15.2.7 -> 15.2.8
Browse files Browse the repository at this point in the history
(cherry picked from commit 423b9b2)
Backport of #109286
  • Loading branch information
Johan Thomsen authored and erictapen committed Jan 16, 2021
1 parent 1eff582 commit c7aa077
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/ceph/default.nix
Expand Up @@ -121,10 +121,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 {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -2645,7 +2645,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;
Expand Down

0 comments on commit c7aa077

Please sign in to comment.