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

weave-gitops: 0.26.0 -> 0.27.0
This commit is contained in:
Pol Dellaiera
2023-07-26 14:36:24 +02:00
committed by GitHub
@@ -2,18 +2,18 @@
buildGoModule rec {
pname = "weave-gitops";
version = "0.26.0";
version = "0.27.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = "v${version}";
sha256 = "sha256-sHk9ULh/792BEjPRcaeY3umx3pcLb41urrrouunm9nw=";
sha256 = "sha256-q19oKawv7hLHMaPAIIdGLl+4N+HiXuIow8f3k9bTt3A=";
};
ldflags = [ "-s" "-w" "-X github.com/weaveworks/weave-gitops/cmd/gitops/version.Version=${version}" ];
vendorSha256 = "sha256-Q9LjKgaFUx4txJlPcrG/YIbHV4hh5oWHVXIBDDgKYRg=";
vendorHash = "sha256-EV8MDHiQBmp/mEB+ug/yALPhcqytp0W8V6IPP+nt9DA=";
subPackages = [ "cmd/gitops" ];