kubefirst: 2.4.8 -> 2.4.9

This commit is contained in:
R. Ryantm
2024-06-10 15:53:11 +00:00
parent 66382c87d7
commit c460a245df
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "kubefirst";
version = "2.4.8";
version = "2.4.9";
src = fetchFromGitHub {
owner = "kubefirst";
repo = "kubefirst";
rev = "refs/tags/v${version}";
hash = "sha256-r5y1eWjcw0HP/E9AQodEdCgWgKikGrwV6TvZ2mVcuoE=";
hash = "sha256-BuGE+SVLklToKnH7pptfuHqwddncUQq523RZtfmtkLg=";
};
vendorHash = "sha256-ZcZl4knlyKAwTsiyZvlkN5e2ox30B5aNzutI/2UEE9U=";