IndeedNotJames 2023-03-31 19:56:56 +02:00
parent e3652e0735
commit 81419809df
No known key found for this signature in database
GPG key ID: 0AD773CE46FD0F87

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gops";
version = "0.3.25";
version = "0.3.27";
src = fetchFromGitHub {
owner = "google";
repo = "gops";
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)";