Merge pull request #296031 from r-ryantm/auto-update/kubefirst

kubefirst: 2.3.8 -> 2.4.0
This commit is contained in:
Nick Cao
2024-03-15 13:29:35 -04:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kubefirst";
version = "2.3.8";
version = "2.4.0";
src = fetchFromGitHub {
owner = "kubefirst";
repo = pname;
rev = "v${version}";
hash = "sha256-CW+p6hcXHVUlMuxXiwHtp4/iY/VYe/64TMY2UyARpG4=";
hash = "sha256-3WGItliwfJuyh0nTUJyCo2qXuvGZOfAH6XCIGxvF8bs=";
};
vendorHash = "sha256-hI6f7Iyo4sWgSSRLDROLhvI/g1wLc1oVmVt2pQ5Ptbk=";
vendorHash = "sha256-ZcZl4knlyKAwTsiyZvlkN5e2ox30B5aNzutI/2UEE9U=";
ldflags = [ "-s" "-w" "-X github.com/kubefirst/runtime/configs.K1Version=v${version}"];