ceph: 14.2.7 -> 14.2.8

This commit is contained in:
Sarah Brofeldt
2020-04-02 21:11:44 +02:00
parent ea8845487e
commit ec21f70c4b
2 changed files with 2 additions and 73 deletions
+2 -3
View File
@@ -93,7 +93,7 @@ let
]);
sitePackages = ceph-python-env.python.sitePackages;
version = "14.2.7";
version = "14.2.8";
in rec {
ceph = stdenv.mkDerivation {
pname = "ceph";
@@ -101,12 +101,11 @@ in rec {
src = fetchurl {
url = "http://download.ceph.com/tarballs/ceph-${version}.tar.gz";
sha256 = "0qiqhm6hvz299q54k3i4crnb5dhpq6xnn2yqih9pxn9van0dq1ln";
sha256 = "0p7pjycqhxqg1mmix8ykx3xqq01d560p54iiidxps0rcvwfkyyki";
};
patches = [
./0000-fix-SPDK-build-env.patch
./0000-dont-check-cherrypy-version.patch
];
nativeBuildInputs = [