kubectl-ai: 0.0.12 -> 0.0.14

This commit is contained in:
Pilz
2025-06-18 11:42:48 +00:00
parent d59e35adb1
commit d96f04d931
+4 -5
View File
@@ -6,16 +6,16 @@
buildGoModule (finalAttrs: {
pname = "kubectl-ai";
version = "0.0.12";
version = "0.0.14";
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "kubectl-ai";
rev = "v${finalAttrs.version}";
hash = "sha256-S2+WIg+sXkQ8Muu9c2IRqaqRLEbYqd0upRGGxx0awQU=";
tag = "v${finalAttrs.version}";
hash = "sha256-W3HY47ALhUl79TvLc8MMAZ1ixYnWkNF931dvzL9T8Jg=";
};
vendorHash = "sha256-td693IU+Ms2pvMHDh2kMJsFwuwnx8dY6fmoE1Xwji8c=";
vendorHash = "sha256-ixuSGh7HvS2POs2J8sNBObtbiZqegftCAE2JEVBR/Hc=";
# Build the main command
subPackages = [ "cmd" ];
@@ -30,7 +30,6 @@ buildGoModule (finalAttrs: {
"-X main.version=${finalAttrs.version}"
];
# Disable the automatic subpackage detection
doCheck = false;
meta = {