about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-02-25 11:24:43 -0500
committerGitHub <noreply@github.com>2024-02-25 11:24:43 -0500
commit923bf7bffed161e6069aa9510779ab717c8e52cf (patch)
treed8fb128afeb9d8faac6ce184d484fa9d71ee107a /pkgs/applications
parent29f0be206abcefef6c2ae8569e71c15c93f11067 (diff)
parenta8afa87f987278ce608fb3775db426edcd3288a2 (diff)
Merge pull request #288317 from r-ryantm/auto-update/vcluster
vcluster: 0.18.1 -> 0.19.1
Diffstat (limited to 'pkgs/applications')
-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 ab44da15a8d0f..db2ea91fd0545 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.18.1";
+  version = "0.19.1";
 
   src = fetchFromGitHub {
     owner = "loft-sh";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-TJjMB7x8MOlr3GexsnOZBFPJovVkf4ByRn1aGprvZFQ=";
+    hash = "sha256-W9BSLGUrW8Us+yYQLIz3oY8JKJSo43cL+oWQQf3xWJE=";
   };
 
   vendorHash = null;