Merge pull request #63336 from r-ryantm/auto-update/prometheus-cpp

prometheus-cpp: 0.6.0 -> 0.7.0
This commit is contained in:
Mario Rodas 2019-06-20 18:21:06 -05:00 committed by GitHub
commit 12e2244711
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];