Merge pull request #69518 from johanot/ceph-14.2.4

ceph: 14.2.3 -> 14.2.4
This commit is contained in:
Sarah Brofeldt 2019-09-26 18:02:25 +02:00 committed by GitHub
commit c86b52ff08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ let
ps.six
]);
version = "14.2.3";
version = "14.2.4";
in rec {
ceph = stdenv.mkDerivation {
pname = "ceph";
@ -97,7 +97,7 @@ in rec {
src = fetchurl {
url = "http://download.ceph.com/tarballs/ceph-${version}.tar.gz";
sha256 = "1pa8czb205pz4vjfh82gsgickj3cdjrx51mcx7acsyqgp3dfvl33";
sha256 = "1y6hixh6srd5aswhzq0sf0dbygwhx0ardx3w3f7qazf5rapvd03i";
};
patches = [