mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
prometheus-tailscale-exporter: 0.6.0 -> 0.6.1 (#521708)
This commit is contained in:
@@ -8,16 +8,16 @@
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "tailscale-exporter";
|
||||
version = "0.6.0";
|
||||
version = "0.6.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "adinhodovic";
|
||||
repo = "tailscale-exporter";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-uxCcJCmjGiWAzl/vOaynTnIwwuEROXhGJ7MAZMM1I6c=";
|
||||
hash = "sha256-Ly+c60lNxsxugVQRJYPeP1BSKo6nHPGwP5ALg7/utWw=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-gNGQsJjf5CTxZnkIlteLaRKfQlvOE0GtDyWojzffOH4=";
|
||||
vendorHash = "sha256-y8O3a498/5Ca3KzBrgZaGHgTukuwet0rujlvEZbG6yo=";
|
||||
|
||||
subPackages = [
|
||||
"cmd/tailscale-exporter"
|
||||
|
||||
Reference in New Issue
Block a user