Merge pull request #114832 from pborzenkov/gops-0.3.16

gops: 0.3.15 -> 0.3.16
This commit is contained in:
Sandro 2021-03-03 13:21:03 +01:00 committed by GitHub
commit 49f51c686a
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.15";
version = "0.3.16";
src = fetchFromGitHub {
owner = "google";
repo = "gops";
rev = "v${version}";
sha256 = "091idnsgbwabmm5s9zhm474fbxvjvpkvwg68snbypfll7wdr3phy";
sha256 = "1ksypkja5smxvrhgcjk0w18ws97crx6bx5sj20sh8352xx0nm6mp";
};
vendorSha256 = null;