gops: 0.3.22 -> 0.3.25

This commit is contained in:
R. Ryantm 2022-07-28 06:41:41 +00:00
parent bba87fc2a3
commit 246efd98a1

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gops";
version = "0.3.22";
version = "0.3.25";
src = fetchFromGitHub {
owner = "google";
repo = "gops";
rev = "v${version}";
sha256 = "sha256-97D92sWGqtMGzwrQ3NUR7prgsqtJvAQOjYlfmSWIEKo=";
sha256 = "sha256-y2T+v4EafiVuyRiuQdNDECc06e5eHtquvGA9ugW55Bs=";
};
vendorSha256 = null;