about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/vcluster
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-20 04:43:01 +0000
committerYt <raphael@megzari.com>2022-04-02 09:30:29 -0400
commitdd6d916ddd69edda03624695427adf4bba75c8d3 (patch)
tree12a6a053ba367c59847b7f1012de3c414357420c /pkgs/applications/networking/cluster/vcluster
parentc1ecd4637e74e31ba821d3426eccd8bb7ca3ce09 (diff)
vcluster: 0.6.0 -> 0.7.0
Diffstat (limited to 'pkgs/applications/networking/cluster/vcluster')
-rw-r--r--pkgs/applications/networking/cluster/vcluster/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/vcluster/default.nix b/pkgs/applications/networking/cluster/vcluster/default.nix
index 7f1476d7fbf8e..18ca0709af57b 100644
--- a/pkgs/applications/networking/cluster/vcluster/default.nix
+++ b/pkgs/applications/networking/cluster/vcluster/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "vcluster";
-  version = "0.6.0";
+  version = "0.7.0";
 
   src = fetchFromGitHub {
     owner = "loft-sh";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-kY12bsZyDb36KE2dWx6RVYlKTbJh+XFQcBpFXoCLgEM=";
+    sha256 = "sha256-Yf2ZLhB6yfXySvPajI9mvdcYQPPpKI+LZ6+PMvOS4qo=";
   };
 
   vendorSha256 = null;