prometheus-cpp: 0.6.0 -> 0.7.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/prometheus-cpp/versions
This commit is contained in:
R. RyanTM 2019-06-17 08:02:09 -07:00
parent e2d07d2cc7
commit a9fa690679

View file

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