Merge pull request #259369 from r-ryantm/auto-update/weave-gitops

weave-gitops: 0.31.2 -> 0.33.0
This commit is contained in:
Fabián Heredia Montiel 2023-10-07 10:56:23 -06:00 committed by GitHub
commit e98cac3f7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "weave-gitops";
version = "0.31.2";
version = "0.33.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = "v${version}";
sha256 = "sha256-bzYvyqLMdVdgp8C71mnykzB9HEIPDXQ+SpBOScKybJ8=";
sha256 = "sha256-MJX9OrfvzGwrJria1Ki6QHprvoDLxBRPCnKRqPdnbUw=";
};
ldflags = [ "-s" "-w" "-X github.com/weaveworks/weave-gitops/cmd/gitops/version.Version=${version}" ];