kubexporter: 0.6.3 -> 0.6.4 (#412395)

Co-authored-by: bakito <bakito@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-05-30 17:13:39 +00:00 committed by GitHub
commit cbc137c04a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "kubexporter";
version = "0.6.3";
version = "0.6.4";
src = fetchFromGitHub {
owner = "bakito";
repo = "kubexporter";
tag = "v${version}";
hash = "sha256-9TtoACuX6dEcoWX246a5PofEIksB5KnxzRjdk/HV/Ww=";
hash = "sha256-J79AsxkR7Dm4SwnUmYli0H9jUit13RZ2BvLLhlTG5HU=";
};
vendorHash = "sha256-SWStAW5XkZGM57ZoxrVdxM7vtmZpSPkByrhFREHqfW0=";
vendorHash = "sha256-D3N0Trq0Izm6at5ikUOJSlHpD2qWmoKwu0ZYcm9l12o=";
ldflags = [
"-s"