Merge pull request #251269 from r-ryantm/auto-update/gops

gops: 0.3.27 -> 0.3.28
This commit is contained in:
Nick Cao 2023-08-25 10:16:02 +08:00 committed by GitHub
commit 5aee96dd64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gops";
version = "0.3.27";
version = "0.3.28";
src = fetchFromGitHub {
owner = "google";
repo = "gops";
rev = "v${version}";
sha256 = "sha256-F1/1wMO2lQ4v2+r3FPzaxCkL2lW+COgxy4fjv6+p7AY=";
sha256 = "sha256-HNM487WSfNWNF31ccDIdotsEG8Mj2C7V85UI47a9drU=";
};
vendorHash = "sha256-ea+1AV0WzaQiDHyAUsm0rd/bznehG9UtmB1ubgHrOGM=";
vendorHash = "sha256-ptC2G7cXcAjthJcAXvuBqI2ZpPuSMBqzO+gJiyaAUP0=";
preCheck = "export HOME=$(mktemp -d)";