about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/weave-gitops
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-22 06:43:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-22 06:43:18 +0000
commit576b6737c40edf0b9645c95cbdfa87ee5a159fb7 (patch)
tree6c395944a8186c25b7e6c1379db0d149b5b334f0 /pkgs/applications/networking/cluster/weave-gitops
parent9b23a95e30e0b8fd84636bad5abed51a00034b9f (diff)
weave-gitops: 0.26.0 -> 0.27.0
Diffstat (limited to 'pkgs/applications/networking/cluster/weave-gitops')
-rw-r--r--pkgs/applications/networking/cluster/weave-gitops/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/weave-gitops/default.nix b/pkgs/applications/networking/cluster/weave-gitops/default.nix
index 3107b31ac6821..48035e203fd49 100644
--- a/pkgs/applications/networking/cluster/weave-gitops/default.nix
+++ b/pkgs/applications/networking/cluster/weave-gitops/default.nix
@@ -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" ];