mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
prometheus-squid-exporter: 1.12.0 -> 1.13.0
This commit is contained in:
parent
995a647278
commit
fb0f5e5f76
1 changed files with 3 additions and 3 deletions
|
@ -6,16 +6,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "squid-exporter";
|
pname = "squid-exporter";
|
||||||
version = "1.12.0";
|
version = "1.13.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "boynux";
|
owner = "boynux";
|
||||||
repo = "squid-exporter";
|
repo = "squid-exporter";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-low1nIL7FbIYfIP7KWPskAQ50Hh+d7JI+ryYoR+mP10=";
|
hash = "sha256-UH/+YbUiAqgAJ8Xm/6cZg5imFSgA6LHU6+SHseq5IPw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-0BNhjNveUDd0+X0do4Md58zJjXe3+KN27MPEviNuF3g=";
|
vendorHash = "sha256-aY0tW4OH8OHEMF3cLYTAeOd0VItSP0cTCwF4s7wdqTk=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Squid Prometheus exporter";
|
description = "Squid Prometheus exporter";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue