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.
2 parents 900be64 + 14a1955 commit 63035b5Copy full SHA for 63035b5
pkgs/by-name/ku/kubefirst/package.nix
@@ -5,16 +5,16 @@
5
6
buildGoModule rec {
7
pname = "kubefirst";
8
- version = "2.8.1";
+ version = "2.8.4";
9
10
src = fetchFromGitHub {
11
owner = "konstructio";
12
repo = "kubefirst";
13
tag = "v${version}";
14
- hash = "sha256-dNHHanoPR+U7WvjDSfEWOYbZAcWjt4fla8jMZAahJaE=";
+ hash = "sha256-5A5luRvUr5qBua6Jw5/SJqIHLZfEpkXFoqxTnpUjlas=";
15
};
16
17
- vendorHash = "sha256-tpg36+yiXAl2WD3JlfN9tPrTKk9B5aRpcx6dCAJNf70=";
+ vendorHash = "sha256-1u34cuPUY/5fYd073UhRUu/5/1nhPadTI06+3o+uE7w=";
18
19
ldflags = [
20
"-s"
0 commit comments