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

ceph: 16.2.3 -> 16.2.4
This commit is contained in:
Maximilian Bosch 2021-06-01 18:41:21 +02:00 committed by GitHub
commit 8d30901806
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,10 +131,10 @@ let
]);
sitePackages = ceph-python-env.python.sitePackages;
version = "16.2.3";
version = "16.2.4";
src = fetchurl {
url = "http://download.ceph.com/tarballs/ceph-${version}.tar.gz";
sha256 = "sha256-K3T1Lob19p8ykYEmYumHS8hqj2uysCuE0EAKb1TMJ0Q=";
sha256 = "sha256-J6FVK7feNN8cGO5BSDlfRGACAzchmRUSWR+a4ZgeWy0=";
};
in rec {
ceph = stdenv.mkDerivation {