Skip to content

Commit

Permalink
Merge pull request #77604 from srhb/ceph-14.2.6
Browse files Browse the repository at this point in the history
ceph: 14.2.5 -> 14.2.6
  • Loading branch information
nh2 committed Jan 18, 2020
2 parents 07db0b2 + fe4d213 commit 8fb62ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/ceph/default.nix
Expand Up @@ -92,15 +92,15 @@ let
ps.pyyaml
]);

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

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

patches = [
Expand Down

0 comments on commit 8fb62ab

Please sign in to comment.