Merge pull request #195156 from r-ryantm/auto-update/vcluster

vcluster: 0.12.1 -> 0.12.2
This commit is contained in:
Mario Rodas 2022-10-09 19:18:08 -05:00 committed by GitHub
commit 395227d2dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;