Commit afba69bc authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

devspace: 6.2.1 -> 6.2.2

parent dbf4ff8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "devspace";
  version = "6.2.1";
  version = "6.2.2";

  src = fetchFromGitHub {
    owner = "loft-sh";
    repo = "devspace";
    rev = "v${version}";
    sha256 = "sha256-V/LaK4pzML5tYaT5YBMsYgzGzsoJ6tkAOo2mGlEkJWQ=";
    sha256 = "sha256-eET7Q0UvpvmPPgnrc6tX69dYhrsO2bsyzFkAJyp9FLg=";
  };

  vendorSha256 = null;