about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-09 19:18:08 -0500
committerGitHub <noreply@github.com>2022-10-09 19:18:08 -0500
commit395227d2dcea00212969f1b710fdbb7f6592cb5a (patch)
tree72cdb2f603c0131eebc7988359d1784a92abbb18
parentdd3ffd30760a65d98cea56479154d98d2908743f (diff)
parent5c6d241742e0071a68a8f013d717933fcd779ccd (diff)
Merge pull request #195156 from r-ryantm/auto-update/vcluster
vcluster: 0.12.1 -> 0.12.2
-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 5759257c4a05c..2d24365466b79 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.12.1";
+  version = "0.12.2";
 
   src = fetchFromGitHub {
     owner = "loft-sh";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-KRm6+WRMGzM7L17ABj/g6Nu+eU6F3C4a9CAa0ePC6i8=";
+    sha256 = "sha256-PkayQ1sLjnA+1Xatgs0EvZTCTfWV5uoYYtnKX8OAwYQ=";
   };
 
   vendorSha256 = null;