Commit 3b8f3523 authored by QJoly's avatar QJoly
Browse files

vcluster: 0.15.2 -> 0.15.6

parent 032324fd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "vcluster";
  version = "0.15.2";
  version = "0.15.6";

  src = fetchFromGitHub {
    owner = "loft-sh";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-xXeNWLhaCjOqKYJWshosStuAGy43Ur2Kp7xSY6KKcqw=";
    hash = "sha256-frYE/0PcVNlk+hwSCoPwSbL2se4dEP9g6aLDMGdn6x8=";
  };

  vendorHash = null;