Merge pull request #330226 from nh2/ceph-18.2.4

ceph: 18.2.1 -> 18.2.4
This commit is contained in:
Sarah Brofeldt 2024-08-09 11:03:47 +02:00 committed by GitHub
commit 6c10105164
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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