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>2023-11-22 13:27:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-22 13:27:18 +0000
commit7aabaab3c4057e7ff7dc03c7d7f5480ecf2d16b2 (patch)
tree8585318548cca4a300cee8de448ffd0aef202b11 /pkgs/applications/networking/cluster/vcluster
parenteb746540a970e1fd1c45c92c75dbc87ffb77f3a1 (diff)
vcluster: 0.16.4 -> 0.17.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 10f8e7a9f5776..8256d04d6b97b 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.16.4";
+  version = "0.17.0";
 
   src = fetchFromGitHub {
     owner = "loft-sh";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-LL+fikMTg79d9goFEkmxwYvF9E0GrPNTLmFy2tfnQtg=";
+    hash = "sha256-xmSp3cNqNv48gBWpt0Pnvl3l5gIyV1oPNGrB58X+OVU=";
   };
 
   vendorHash = null;