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

weave-gitops: 0.27.0 -> 0.28.0
This commit is contained in:
Pol Dellaiera 2023-07-31 10:23:02 +02:00 committed by GitHub
commit efc3151779
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.27.0";
version = "0.28.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = "v${version}";
sha256 = "sha256-q19oKawv7hLHMaPAIIdGLl+4N+HiXuIow8f3k9bTt3A=";
sha256 = "sha256-chL88vWUMN4kcuh8g2ckWOqYAs9JwE0vnm69zLd5KIM=";
};
ldflags = [ "-s" "-w" "-X github.com/weaveworks/weave-gitops/cmd/gitops/version.Version=${version}" ];