ceph: 14.2.3 -> 14.2.4

This commit is contained in:
Johan Thomsen 2019-09-26 14:52:02 +02:00
parent 6de148c19c
commit 7a61cd29bd

View File

@ -89,7 +89,7 @@ let
ps.six
]);
version = "14.2.3";
version = "14.2.4";
in rec {
ceph = stdenv.mkDerivation {
pname = "ceph";
@ -97,7 +97,7 @@ in rec {
src = fetchurl {
url = "http://download.ceph.com/tarballs/ceph-${version}.tar.gz";
sha256 = "1pa8czb205pz4vjfh82gsgickj3cdjrx51mcx7acsyqgp3dfvl33";
sha256 = "1y6hixh6srd5aswhzq0sf0dbygwhx0ardx3w3f7qazf5rapvd03i";
};
patches = [