Merge pull request #86798 from r-ryantm/auto-update/ceph

ceph: 14.2.8 -> 14.2.9
This commit is contained in:
Sarah Brofeldt 2020-05-05 07:45:13 +02:00 committed by GitHub
commit e23f530858
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ let
]);
sitePackages = ceph-python-env.python.sitePackages;
version = "14.2.8";
version = "14.2.9";
in rec {
ceph = stdenv.mkDerivation {
pname = "ceph";
@ -101,7 +101,7 @@ in rec {
src = fetchurl {
url = "http://download.ceph.com/tarballs/ceph-${version}.tar.gz";
sha256 = "0p7pjycqhxqg1mmix8ykx3xqq01d560p54iiidxps0rcvwfkyyki";
sha256 = "0zkh1a23v8g1fa5flqa2d53lv08ancab3li57gybpqpnja90k7il";
};
patches = [