kubefirst: 2.3.6 -> 2.3.7

This commit is contained in:
R. Ryantm
2023-12-26 14:49:38 +00:00
parent 680bca29c7
commit 3a22fbfdd2
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kubefirst";
version = "2.3.6";
version = "2.3.7";
src = fetchFromGitHub {
owner = "kubefirst";
repo = pname;
rev = "v${version}";
hash = "sha256-PFI7sBLcDIxes7fJnT1sgJbRITyoYptpupfOd6lisjs=";
hash = "sha256-oJWQ5u85uQrHnf3VxY0vJwgGePxB4pg+LD0gofYIB1g=";
};
vendorHash = "sha256-blMKBgSBRCVlXu8n3wcd2iMkBTALe2gPxy0Z4uwxUWI=";