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

gops: 0.3.18 -> 0.3.19
This commit is contained in:
Jörg Thalheim 2021-07-03 14:24:01 +01:00 committed by GitHub
commit bcc4404aa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;