k8sgpt: 0.3.6 -> 0.3.8

This commit is contained in:
R. Ryantm
2023-06-28 11:34:53 +00:00
parent 04e78fe7e9
commit 1ae5c34d8b
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "k8sgpt";
version = "0.3.6";
version = "0.3.8";
src = fetchFromGitHub {
owner = "k8sgpt-ai";
repo = "k8sgpt";
rev = "v${version}";
hash = "sha256-GAEAl59bzCffsh0XYa61R/AwwoGyFfG0M1m1U2aQiis=";
hash = "sha256-61u6iGz1cloIKJ2UyyQGPOZJvnAax05sI4XA9NCpJso=";
};
vendorHash = "sha256-g0Lgu0aC25+/MYoRKMqTN8Iu8j/KA4G1DBjbhOfPpjg=";
vendorHash = "sha256-vmTfiUuuHHRzCwgWWzE80bq3VceRSHqpEYV7Zo7SJAI=";
CGO_ENABLED = 0;