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

prometheus-cpp: 1.0.1 -> 1.1.0
This commit is contained in:
Sandro 2023-03-10 11:18:55 +01:00 committed by GitHub
commit 7c0cab3140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "prometheus-cpp";
version = "1.0.1";
version = "1.1.0";
src = fetchFromGitHub {
owner = "jupp0r";
repo = pname;
rev = "v${version}";
sha256 = "sha256-F8paJhptEcOMtP0FCJ3ragC4kv7XSVPiZheM5UZChno=";
sha256 = "sha256-qx6oBxd0YrUyFq+7ArnKBqOwrl5X8RS9nErhRDUJ7+8=";
};
nativeBuildInputs = [ cmake ];