Merge pull request #115514 from pborzenkov/gops-0.3.17

gops: 0.3.16 -> 0.3.17
This commit is contained in:
Maximilian Bosch 2021-03-09 13:36:08 +01:00 committed by GitHub
commit 0e97a17319
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.16";
version = "0.3.17";
src = fetchFromGitHub {
owner = "google";
repo = "gops";
rev = "v${version}";
sha256 = "1ksypkja5smxvrhgcjk0w18ws97crx6bx5sj20sh8352xx0nm6mp";
sha256 = "1l0k1v2wwwdrwwznrdq2ivbrl5z3hxa89xm89jlaglkd7jjg74zk";
};
vendorSha256 = null;