gops: 0.3.18 -> 0.3.19

This commit is contained in:
R. RyanTM 2021-07-03 12:26:53 +00:00
parent e63e5bd373
commit d82c7fe119

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gops";
version = "0.3.18";
version = "0.3.19";
src = fetchFromGitHub {
owner = "google";
repo = "gops";
rev = "v${version}";
sha256 = "0534jyravpsj73lgdmw6fns1qaqiw401jlfk04wa0as5sv09rfhy";
sha256 = "sha256-9QEhc0OVCrIdIY220PDn2+CjUsCF84l6QRQS0HjDEZY=";
};
vendorSha256 = null;