gops: 0.3.19 -> 0.3.20

This commit is contained in:
Pavel Borzenkov 2021-09-09 10:32:53 +02:00
parent 57b82a4770
commit b7316f8b7a

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gops";
version = "0.3.19";
version = "0.3.20";
src = fetchFromGitHub {
owner = "google";
repo = "gops";
rev = "v${version}";
sha256 = "sha256-9QEhc0OVCrIdIY220PDn2+CjUsCF84l6QRQS0HjDEZY=";
sha256 = "sha256-eHcCi9D5TpRWxC39SnOD2GW3qyNBR69bHb8f/Gb+qAI=";
};
vendorSha256 = null;