ceph: 18.2.1 -> 18.2.4

This commit is contained in:
Niklas Hambüchen 2024-07-26 17:41:56 +00:00
parent a48a84cf24
commit 5f31fa1e5f

View File

@ -308,10 +308,10 @@ let
]);
inherit (ceph-python-env.python) sitePackages;
version = "18.2.1";
version = "18.2.4";
src = fetchurl {
url = "https://download.ceph.com/tarballs/ceph-${version}.tar.gz";
hash = "sha256-gHWwNHf0KtI7Hv0MwaCqP6A3YR/AWakfUZTktRyddko=";
hash = "sha256-EFqteP3Jo+hASXVesH6gkjDjFO7/1RN151tIf/lQ06s=";
};
in rec {
ceph = stdenv.mkDerivation {