kubexporter: 0.6.5 -> 0.7.0

This commit is contained in:
R. Ryantm 2025-07-26 04:29:07 +00:00
parent d09337b003
commit 04febbb75f

View File

@ -8,16 +8,16 @@
buildGoModule rec { buildGoModule rec {
pname = "kubexporter"; pname = "kubexporter";
version = "0.6.5"; version = "0.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bakito"; owner = "bakito";
repo = "kubexporter"; repo = "kubexporter";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-lMXs19E52LHDtVytgP/qgkKGeiz3/5KvoYeY0wlkgT8="; hash = "sha256-QdMA/wehzESEkzBEzM1hIlIOzi2G/5QdMG+KlzGtiiU=";
}; };
vendorHash = "sha256-b4bqAhgcVgLhdLX6isRM9bbnFLfmVb4O2hhJUGqWgb0="; vendorHash = "sha256-pWmcLjZxGoUkOTrvxxmKBU/GjhMj3LVPJ9menAqFICk=";
ldflags = [ ldflags = [
"-s" "-s"