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

vcluster: 0.18.1 -> 0.19.1
This commit is contained in:
Nick Cao 2024-02-25 11:24:43 -05:00 committed by GitHub
commit 923bf7bffe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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