mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
k8sgpt: 0.4.1 -> 0.4.8
This commit is contained in:
parent
0f8029409e
commit
b94a23e148
1 changed files with 3 additions and 3 deletions
|
@ -6,16 +6,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "k8sgpt";
|
pname = "k8sgpt";
|
||||||
version = "0.4.1";
|
version = "0.4.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "k8sgpt-ai";
|
owner = "k8sgpt-ai";
|
||||||
repo = "k8sgpt";
|
repo = "k8sgpt";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-GKRI5qry2eYPP3/BTjS7qnIp7lX/uAR0s40y/oECaeY=";
|
hash = "sha256-TaJBGU+nLMVOL1uiHPan8p2DfuAWTr57Lt2BtfNq6dA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-7xcCSbQ5Mvoi7MActgwHMSp/duDxfugUZBOsMbzUGhg=";
|
vendorHash = "sha256-960gfOCpqY2gCbHR+fYFeV9UjztWMRVQKHIg/n3ELxk=";
|
||||||
|
|
||||||
# https://nixos.org/manual/nixpkgs/stable/#var-go-CGO_ENABLED
|
# https://nixos.org/manual/nixpkgs/stable/#var-go-CGO_ENABLED
|
||||||
env.CGO_ENABLED = 0;
|
env.CGO_ENABLED = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue