Skip to content

Commit 63035b5

Browse files
authored
kubefirst: 2.8.1 -> 2.8.4 (#384789)
2 parents 900be64 + 14a1955 commit 63035b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

66
buildGoModule rec {
77
pname = "kubefirst";
8-
version = "2.8.1";
8+
version = "2.8.4";
99

1010
src = fetchFromGitHub {
1111
owner = "konstructio";
1212
repo = "kubefirst";
1313
tag = "v${version}";
14-
hash = "sha256-dNHHanoPR+U7WvjDSfEWOYbZAcWjt4fla8jMZAahJaE=";
14+
hash = "sha256-5A5luRvUr5qBua6Jw5/SJqIHLZfEpkXFoqxTnpUjlas=";
1515
};
1616

17-
vendorHash = "sha256-tpg36+yiXAl2WD3JlfN9tPrTKk9B5aRpcx6dCAJNf70=";
17+
vendorHash = "sha256-1u34cuPUY/5fYd073UhRUu/5/1nhPadTI06+3o+uE7w=";
1818

1919
ldflags = [
2020
"-s"

0 commit comments

Comments
 (0)