prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9

This commit is contained in:
R. Ryantm 2024-11-14 13:52:16 +00:00
parent a4b80ce726
commit 88203eeef0

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "gitlab-ci-pipelines-exporter"; pname = "gitlab-ci-pipelines-exporter";
version = "0.5.8"; version = "0.5.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mvisonneau"; owner = "mvisonneau";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-plrQPPclDaJiFHc1HNCk+bYiLO0fJX/HC/vTTO5eoy8="; sha256 = "sha256-KbEmRMqv2IjJ/7sQHDfXtr92xNXmUCaD7fnJdq1FEtk=";
}; };
subPackages = [ "cmd/${pname}" ]; subPackages = [ "cmd/${pname}" ];
@ -17,7 +17,7 @@ buildGoModule rec {
"-X main.version=v${version}" "-X main.version=v${version}"
]; ];
vendorHash = "sha256-6l8jNQu+vI2SLPvKxl1o0XkqYbFyehqkrT75hEjIH/c="; vendorHash = "sha256-DaNLahrmRTkI0QxEDLJH0juDbHXs2Y/t5JNx9ulcK84=";
doCheck = true; doCheck = true;
meta = with lib; { meta = with lib; {