Merge pull request #224105 from IndeedNotJames/gops
gops: 0.3.25 -> 0.3.27
This commit is contained in:
commit
7a400b5c91
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "gops";
|
pname = "gops";
|
||||||
version = "0.3.25";
|
version = "0.3.27";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "gops";
|
repo = "gops";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-y2T+v4EafiVuyRiuQdNDECc06e5eHtquvGA9ugW55Bs=";
|
sha256 = "sha256-F1/1wMO2lQ4v2+r3FPzaxCkL2lW+COgxy4fjv6+p7AY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = null;
|
vendorHash = "sha256-ea+1AV0WzaQiDHyAUsm0rd/bznehG9UtmB1ubgHrOGM=";
|
||||||
|
|
||||||
preCheck = "export HOME=$(mktemp -d)";
|
preCheck = "export HOME=$(mktemp -d)";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue