ceph: 18.2.0 -> 18.2.1

Changelog: https://docs.ceph.com/en/latest/releases/reef/#v18-2-1-reef
This commit is contained in:
Robert Schütz 2024-01-16 21:49:13 -08:00 committed by Niklas Hambüchen
parent e92b601588
commit 39ccdca518

View File

@ -278,10 +278,10 @@ let
]);
inherit (ceph-python-env.python) sitePackages;
version = "18.2.0";
version = "18.2.1";
src = fetchurl {
url = "https://download.ceph.com/tarballs/ceph-${version}.tar.gz";
hash = "sha256:0k9nl6xi5brva51rr14m7ig27mmmd7vrpchcmqc40q3c2khn6ns9";
hash = "sha256-gHWwNHf0KtI7Hv0MwaCqP6A3YR/AWakfUZTktRyddko=";
};
in rec {
ceph = stdenv.mkDerivation {