Skip to content

Commit

Permalink
ceph: 14.2.5 -> 14.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
srhb committed Jan 13, 2020
1 parent 9ed03f2 commit fe4d213
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 fe4d213

Please sign in to comment.