prometheus-cpp: 0.7.0 -> 0.8.0 (#74559)

This commit is contained in:
R. RyanTM
2019-11-30 07:22:12 -08:00
committed by Renaud
parent 114aaa1355
commit 3abd8970d7

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "prometheus-cpp";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "jupp0r";
repo = pname;
rev = "v${version}";
sha256 = "15bda1q1jbvixbx1qf41ykcdmsywhhwmi4xgsha12r5m9fh8jzxj";
sha256 = "0j12ir8skw3y2q8n743zql4ddp7v1j4h030pjcsqn0xqrqw7m5hg";
};
nativeBuildInputs = [ cmake ];