kubefirst: 2.1.0 -> 2.1.4

This commit is contained in:
R. Ryantm
2023-06-18 02:46:00 +00:00
parent b621273236
commit 923d44a08d
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kubefirst";
version = "2.1.0";
version = "2.1.4";
src = fetchFromGitHub {
owner = "kubefirst";
repo = pname;
rev = "v${version}";
hash = "sha256-t5tbgLXpJX2yWUdEW7zKb4A7B7budAOitOkL5I2CWpk=";
hash = "sha256-puqMekP2NkcbW4zD6abwW61CJcqjkALWpCpctaN7+lA=";
};
vendorHash = "sha256-D2Gi90seLPTM0ttlz7V6FW1ZMiVN22YLWKeTquXvagY=";
vendorHash = "sha256-BZ/GopEm3hIqtCxiB+eiXiL/Vk2fUhP1Ixx18brM7Ow=";
ldflags = [ "-s" "-w" "-X github.com/kubefirst/runtime/configs.K1Version=v${version}"];