We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7b92b commit 5f73d90Copy full SHA for 5f73d90
pkgs/by-name/ku/kubexporter/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "kubexporter";
11
- version = "0.6.3";
+ version = "0.6.4";
12
13
src = fetchFromGitHub {
14
owner = "bakito";
15
repo = "kubexporter";
16
tag = "v${version}";
17
- hash = "sha256-9TtoACuX6dEcoWX246a5PofEIksB5KnxzRjdk/HV/Ww=";
+ hash = "sha256-J79AsxkR7Dm4SwnUmYli0H9jUit13RZ2BvLLhlTG5HU=";
18
};
19
20
- vendorHash = "sha256-SWStAW5XkZGM57ZoxrVdxM7vtmZpSPkByrhFREHqfW0=";
+ vendorHash = "sha256-D3N0Trq0Izm6at5ikUOJSlHpD2qWmoKwu0ZYcm9l12o=";
21
22
ldflags = [
23
"-s"
0 commit comments