Merge pull request #119854 from pborzenkov/gops-v0.3.18

gops: 0.3.17 -> 0.3.18
This commit is contained in:
Sandro 2021-04-19 18:05:08 +02:00 committed by GitHub
commit 189f64e8c6
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.17";
version = "0.3.18";
src = fetchFromGitHub {
owner = "google";
repo = "gops";
rev = "v${version}";
sha256 = "1l0k1v2wwwdrwwznrdq2ivbrl5z3hxa89xm89jlaglkd7jjg74zk";
sha256 = "0534jyravpsj73lgdmw6fns1qaqiw401jlfk04wa0as5sv09rfhy";
};
vendorSha256 = null;