prometheus-cpp: 0.8.0 -> 0.9.0

This commit is contained in:
R. RyanTM 2020-02-14 20:49:04 +00:00
parent 424697d512
commit 213e4ca488

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "prometheus-cpp"; pname = "prometheus-cpp";
version = "0.8.0"; version = "0.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jupp0r"; owner = "jupp0r";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0j12ir8skw3y2q8n743zql4ddp7v1j4h030pjcsqn0xqrqw7m5hg"; sha256 = "1pjz29ywzfg3blhg2v8fn7gjvq46k3bqn7y0xvmn468ixxhv21fi";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];