summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-22 20:24:17 -0400
committerGitHub <noreply@github.com>2024-03-22 20:24:17 -0400
commit821ddb024d15c0679e2c87511db2e4e505a03fd8 (patch)
treec1b6da6540bd43809d9b38aa881a1adf9a63469e /pkgs
parentda918eed37408c7a21a83a6eb2728950e677a508 (diff)
parent3a0e429492fc33612f318a7bc2841bbc5ab2f7a9 (diff)
Merge pull request #298040 from r-ryantm/auto-update/k8sgpt
k8sgpt: 0.3.28 -> 0.3.29
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/cluster/k8sgpt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/k8sgpt/default.nix b/pkgs/applications/networking/cluster/k8sgpt/default.nix
index 3fa2d5f5bc95..5f358587c4a4 100644
--- a/pkgs/applications/networking/cluster/k8sgpt/default.nix
+++ b/pkgs/applications/networking/cluster/k8sgpt/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "k8sgpt";
- version = "0.3.28";
+ version = "0.3.29";
src = fetchFromGitHub {
owner = "k8sgpt-ai";
repo = "k8sgpt";
rev = "v${version}";
- hash = "sha256-VDVCkGTLoAZZyTX+zn43KisnUV9XQ9xo9ZIQf3AwDcY=";
+ hash = "sha256-SYMgImnNqkP0A8EzR2btpVPb37G4Oxyb+Am//lXxTxU=";
};
vendorHash = "sha256-NOXySV9sQl4Q1eDbcGMk0msMSosjyxYyJfhu7hd/4gw=";