Skip to content

Commit

Permalink
Merge pull request NixOS#68138 from johanot/ceph-14.2.3
Browse files Browse the repository at this point in the history
ceph: 14.2.1 -> 14.2.3
  • Loading branch information
srhb authored Sep 6, 2019
2 parents ce67c2e + 161855c commit 57b66eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nixos/tests/ceph.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import ./make-test.nix ({pkgs, lib, ...}: rec {
name = "All-in-one-basic-ceph-cluster";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ lejonet ];
maintainers = [ johanot lejonet ];
};

nodes = {
Expand Down
9 changes: 5 additions & 4 deletions pkgs/tools/filesystems/ceph/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,15 @@ let
ps.six
]);

version = "14.2.1";
version = "14.2.3";
in rec {
ceph = stdenv.mkDerivation {
name="ceph-${version}";
pname = "ceph";
inherit version;

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

patches = [
Expand Down Expand Up @@ -181,7 +182,7 @@ in rec {
homepage = https://ceph.com/;
description = "Tools needed to mount Ceph's RADOS Block Devices";
license = with licenses; [ lgpl21 gpl2 bsd3 mit publicDomain ];
maintainers = with maintainers; [ adev ak krav ];
maintainers = with maintainers; [ adev ak johanot krav ];
platforms = platforms.unix;
};
} ''
Expand Down

0 comments on commit 57b66eb

Please sign in to comment.