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-10-06 12:12:23 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-06 12:12:23 +0000
commitb8a5380d75d84a3ce37ba3524641a2d4adf23941 (patch)
treefdd5a17c9c659a2218882e8ba2c5c34e9b457ed4 /pkgs/applications/networking/cluster/weave-gitops
parentb3e14b9045a7805ddde2790652744b731caebaaf (diff)
weave-gitops: 0.31.2 -> 0.33.0
Diffstat (limited to 'pkgs/applications/networking/cluster/weave-gitops')
-rw-r--r--pkgs/applications/networking/cluster/weave-gitops/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/weave-gitops/default.nix b/pkgs/applications/networking/cluster/weave-gitops/default.nix
index 3d43c8538096b..f47bd051c710b 100644
--- a/pkgs/applications/networking/cluster/weave-gitops/default.nix
+++ b/pkgs/applications/networking/cluster/weave-gitops/default.nix
@@ -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}" ];