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
+2 -2
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;