kubectl-ai: 0.0.11 -> 0.0.12 (#416882)

Co-authored-by: pilz0 <pilz0@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-15 08:06:20 +00:00
committed by GitHub
co-authored by pilz0
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule (finalAttrs: {
pname = "kubectl-ai";
version = "0.0.11";
version = "0.0.12";
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "kubectl-ai";
rev = "v${finalAttrs.version}";
hash = "sha256-ui8DpqsgJlNh3q+hq4Y7XG7yO/ZPtlffd5s4lf1zU1k=";
hash = "sha256-S2+WIg+sXkQ8Muu9c2IRqaqRLEbYqd0upRGGxx0awQU=";
};
vendorHash = "sha256-gufDSIDmC8jtLgY+mg13pc5njGWxAk0osZpOh7RBsHA=";
vendorHash = "sha256-td693IU+Ms2pvMHDh2kMJsFwuwnx8dY6fmoE1Xwji8c=";
# Build the main command
subPackages = [ "cmd" ];