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

vcluster: 0.19.5 -> 0.19.6
This commit is contained in:
❄️ 2024-07-08 19:27:35 -03:00 committed by GitHub
commit c353614f97
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.19.5";
version = "0.19.6";
src = fetchFromGitHub {
owner = "loft-sh";
repo = "vcluster";
rev = "v${version}";
hash = "sha256-V+Y2LekBYlKZU53BsYCW6ADSMJOxkwSK9hbFGXBaa9o=";
hash = "sha256-yW+GaMEfgkeBEGHG7heo8gZcFQuAXmn3rlBPBrlbyvM=";
};
vendorHash = null;