nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

kubectl-ai: 0.0.17 -> 0.0.18

R. Ryantm 564af6be f2b808eb

+3 -3
+3 -3
pkgs/by-name/ku/kubectl-ai/package.nix
··· 6 6 7 7 buildGoModule (finalAttrs: { 8 8 pname = "kubectl-ai"; 9 - version = "0.0.17"; 9 + version = "0.0.18"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "GoogleCloudPlatform"; 13 13 repo = "kubectl-ai"; 14 14 tag = "v${finalAttrs.version}"; 15 - hash = "sha256-64y8XiJ59pEvYMZzOVcepKxRffmijDWoO5A8ccWtsZY="; 15 + hash = "sha256-xxqR6jBK5RACyYGyOmIt2CY99ggWz0ygO9lmT2c0REc="; 16 16 }; 17 17 18 - vendorHash = "sha256-I3sObZNTH4w+1THOWPJDdtKPYeoQ8ULvSzyh+91pHNI="; 18 + vendorHash = "sha256-AuvBO7ucP/tWcag5NonDreXynxLm001Mu+Z1oIG8axw="; 19 19 20 20 # Build the main command 21 21 subPackages = [ "cmd" ];