Merge pull request #298040 from r-ryantm/auto-update/k8sgpt

k8sgpt: 0.3.28 -> 0.3.29
This commit is contained in:
Nick Cao 2024-03-22 20:24:17 -04:00 committed by GitHub
commit 821ddb024d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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=";