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-02-17 01:46:30 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-17 01:46:30 +0000
commit805bf551c22b106373e03cf5b121b7b35f5a93f8 (patch)
tree8da0a094e62ca89f4d5cee7faf428f6e84eb35e0 /pkgs/applications/networking/cluster/vcluster
parent49e534cf3bc6d5523202fcafaec4efd4656043f1 (diff)
vcluster: 0.5.3 -> 0.6.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 b41e443ba3273..7f1476d7fbf8e 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.5.3";
+  version = "0.6.0";
 
   src = fetchFromGitHub {
     owner = "loft-sh";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-+rLDRVfB6wZ1wYoLE2wwRxzS6GmI6KYtOKdXZd+LnnU=";
+    sha256 = "sha256-kY12bsZyDb36KE2dWx6RVYlKTbJh+XFQcBpFXoCLgEM=";
   };
 
   vendorSha256 = null;