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

gops: 0.3.20 -> 0.3.22
This commit is contained in:
Artturi 2021-10-30 15:10:45 +03:00 committed by GitHub
commit bfc2fef748
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.20";
version = "0.3.22";
src = fetchFromGitHub {
owner = "google";
repo = "gops";
rev = "v${version}";
sha256 = "sha256-eHcCi9D5TpRWxC39SnOD2GW3qyNBR69bHb8f/Gb+qAI=";
sha256 = "sha256-97D92sWGqtMGzwrQ3NUR7prgsqtJvAQOjYlfmSWIEKo=";
};
vendorSha256 = null;