gops: 0.3.15 -> 0.3.16

This commit is contained in:
Pavel Borzenkov 2021-03-02 14:51:51 +03:00
parent d125743533
commit 81a2e8a8cc

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;