Skip to content

Commit

Permalink
ceph: 14.2.6 -> 14.2.7
Browse files Browse the repository at this point in the history
(cherry picked from commit 41547d1)
  • Loading branch information
srhb committed Apr 6, 2020
1 parent 4c2401a commit ee47f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/ceph/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ let
]);
sitePackages = ceph-python-env.python.sitePackages;

version = "14.2.6";
version = "14.2.7";
in rec {
ceph = stdenv.mkDerivation {
pname = "ceph";
inherit version;

src = fetchurl {
url = "http://download.ceph.com/tarballs/ceph-${version}.tar.gz";
sha256 = "0qkyrb25r2a57n6k8ncb43x7hvhkmpi7abhfyi98mlz2lhmhzlm1";
sha256 = "0qiqhm6hvz299q54k3i4crnb5dhpq6xnn2yqih9pxn9van0dq1ln";
};

patches = [
Expand Down

0 comments on commit ee47f52

Please sign in to comment.