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

prometheus-cpp: 1.0.0 -> 1.0.1
This commit is contained in:
Jonas Heinrich
2022-08-22 15:42:33 +02:00
committed by GitHub
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "prometheus-cpp";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "jupp0r";
repo = pname;
rev = "v${version}";
sha256 = "L6CXRup3kU1lY5UnwPbaOwEtCeAySNmFCPmHwsk6cRE=";
sha256 = "sha256-F8paJhptEcOMtP0FCJ3ragC4kv7XSVPiZheM5UZChno=";
};
nativeBuildInputs = [ cmake ];