weave-gitops: 0.34.0 -> 0.35.0

+3 -3
+3 -3
pkgs/applications/networking/cluster/weave-gitops/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "weave-gitops"; 5 - version = "0.34.0"; 5 + version = "0.35.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "weaveworks"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-W7Q5rsmNEDUGofQumbs9HaByQEb7sj4tOT7ZpIe98E4="; 11 + sha256 = "sha256-H/l/b6yPoNZeBG1TPc9PCBpZg4ETnF9FmYnbRmKl8c8="; 12 12 }; 13 13 14 14 ldflags = [ "-s" "-w" "-X github.com/weaveworks/weave-gitops/cmd/gitops/version.Version=${version}" ]; 15 15 16 - vendorHash = "sha256-+UxrhtwYP+ctn+y7IxKKLO5RVoiUSl4ky0xprXr98Jc="; 16 + vendorHash = "sha256-le34zvlgquxOv0xdOPfpf7/ZuoPd9MEfp8Gshigvtas="; 17 17 18 18 subPackages = [ "cmd/gitops" ]; 19 19