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

prometheus-cpp: 0.8.0 -> 0.9.0
This commit is contained in:
Maximilian Bosch 2020-02-14 23:08:23 +01:00 committed by GitHub
commit 1c7691dd15
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.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "jupp0r";
repo = pname;
rev = "v${version}";
sha256 = "0j12ir8skw3y2q8n743zql4ddp7v1j4h030pjcsqn0xqrqw7m5hg";
sha256 = "1pjz29ywzfg3blhg2v8fn7gjvq46k3bqn7y0xvmn468ixxhv21fi";
};
nativeBuildInputs = [ cmake ];