prometheus-varnish-exporter: unstable-2020-03-26 -> 1.6
This commit is contained in:
parent
9438b12f99
commit
64d226fc60
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "prometheus_varnish_exporter";
|
pname = "prometheus_varnish_exporter";
|
||||||
version = "unstable-2020-03-26";
|
version = "1.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jonnenauha";
|
owner = "jonnenauha";
|
||||||
repo = "prometheus_varnish_exporter";
|
repo = "prometheus_varnish_exporter";
|
||||||
rev = "f0f90fc69723de8b716cda16cb419e8a025130ff";
|
rev = version;
|
||||||
sha256 = "1viiiyvhpr7cnf8ykaaq4fzgg9xvn4hnlhv7cagy3jkjlmz60947";
|
sha256 = "1cp7c1w237r271m8b1y8pj5jy7j2iadp4vbislxfyp4kga9i4dcc";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "1h9iz3sbz02hb8827hcssqlfg2ag3ymq38siffw9wzajslzhp9sx";
|
vendorSha256 = "1cslg29l9mmyhpdz14ca9m18iaz4hhznplz8fmi3wa3l8r7ih751";
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user