mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237)
This commit is contained in:
commit
9f1f4969a8
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "junos-czerwonk-exporter";
|
pname = "junos-czerwonk-exporter";
|
||||||
version = "0.12.4";
|
version = "0.12.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "czerwonk";
|
owner = "czerwonk";
|
||||||
repo = "junos_exporter";
|
repo = "junos_exporter";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-L6D2gJ6Vt80J6ERJE9I483L9c2mufHzuAbStODaiOy4=";
|
sha256 = "sha256-iNUNZnSaBXGr8QFjHxW4/9Msuqerq8FcSQ74I2l8h7o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-qHs6KuBmJmmkmR23Ae7COadb2F7N8CMUmScx8JFt98Q=";
|
vendorHash = "sha256-qHs6KuBmJmmkmR23Ae7COadb2F7N8CMUmScx8JFt98Q=";
|
||||||
|
|
Loading…
Reference in a new issue