ceph: use https to download src, use inherit

This commit is contained in:
Sandro Jäckel 2023-05-19 23:02:56 +02:00
parent 4376e41af0
commit 264f60811e
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -225,11 +225,11 @@ let
cmd2
colorama
]);
sitePackages = ceph-python-env.python.sitePackages;
inherit (ceph-python-env.python) sitePackages;
version = "17.2.5";
src = fetchurl {
url = "http://download.ceph.com/tarballs/ceph-${version}.tar.gz";
url = "https://download.ceph.com/tarballs/ceph-${version}.tar.gz";
hash = "sha256-NiJpwUeROvh0siSaRoRrDm+C0s61CvRiIrbd7JmRspo=";
};
in rec {