Skip to content

Commit b94a23e

Browse files
committed
k8sgpt: 0.4.1 -> 0.4.8
1 parent 0f80294 commit b94a23e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/k8/k8sgpt/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "k8sgpt";
9-
version = "0.4.1";
9+
version = "0.4.8";
1010

1111
src = fetchFromGitHub {
1212
owner = "k8sgpt-ai";
1313
repo = "k8sgpt";
1414
rev = "v${version}";
15-
hash = "sha256-GKRI5qry2eYPP3/BTjS7qnIp7lX/uAR0s40y/oECaeY=";
15+
hash = "sha256-TaJBGU+nLMVOL1uiHPan8p2DfuAWTr57Lt2BtfNq6dA=";
1616
};
1717

18-
vendorHash = "sha256-7xcCSbQ5Mvoi7MActgwHMSp/duDxfugUZBOsMbzUGhg=";
18+
vendorHash = "sha256-960gfOCpqY2gCbHR+fYFeV9UjztWMRVQKHIg/n3ELxk=";
1919

2020
# https://nixos.org/manual/nixpkgs/stable/#var-go-CGO_ENABLED
2121
env.CGO_ENABLED = 0;

0 commit comments

Comments
 (0)