Skip to content

Commit 5f73d90

Browse files
committed
kubexporter: 0.6.3 -> 0.6.4
1 parent 1c7b92b commit 5f73d90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ku/kubexporter/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
buildGoModule rec {
1010
pname = "kubexporter";
11-
version = "0.6.3";
11+
version = "0.6.4";
1212

1313
src = fetchFromGitHub {
1414
owner = "bakito";
1515
repo = "kubexporter";
1616
tag = "v${version}";
17-
hash = "sha256-9TtoACuX6dEcoWX246a5PofEIksB5KnxzRjdk/HV/Ww=";
17+
hash = "sha256-J79AsxkR7Dm4SwnUmYli0H9jUit13RZ2BvLLhlTG5HU=";
1818
};
1919

20-
vendorHash = "sha256-SWStAW5XkZGM57ZoxrVdxM7vtmZpSPkByrhFREHqfW0=";
20+
vendorHash = "sha256-D3N0Trq0Izm6at5ikUOJSlHpD2qWmoKwu0ZYcm9l12o=";
2121

2222
ldflags = [
2323
"-s"

0 commit comments

Comments
 (0)