Skip to content

Commit 9cd7352

Browse files
authored
k8sgpt: 0.3.48 -> 0.3.49 (#383656)
2 parents 658c883 + a2464f4 commit 9cd7352

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.3.48";
9+
version = "0.3.49";
1010

1111
src = fetchFromGitHub {
1212
owner = "k8sgpt-ai";
1313
repo = "k8sgpt";
1414
rev = "v${version}";
15-
hash = "sha256-hnPmFVplLso5O/9Q6zgzqdNId4kAoujLX+IFJ5G2Otg=";
15+
hash = "sha256-Ytn/Ycb0k0odEjp5meTX4pls/vPM+eR7bMzuXHYyJwQ=";
1616
};
1717

18-
vendorHash = "sha256-K9do7u13w2a/9jI7LRtbRvjKJcFU9AnDp2u+ZWSVxw0=";
18+
vendorHash = "sha256-QwLIDUtNMJarwQYWSp739Nfgf7lGmohAXaMga4g93DI=";
1919

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

0 commit comments

Comments
 (0)