Unverified Commit a4bb6c3c authored by DarkOnion0's avatar DarkOnion0
Browse files

devspace: 6.2.5 -> 6.3.0

parent 68196a61
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.5";
  version = "6.3.0";

  src = fetchFromGitHub {
    owner = "loft-sh";
    repo = "devspace";
    rev = "v${version}";
    sha256 = "sha256-IdJlYCoI8wTl1kIY5M5Lfn+Y9WjSZkLuWI5pFsfAO0I=";
    sha256 = "sha256-ISyimfjTWU4niGeL8cSRRsUMNq3OQOvKJw7MCbY0K7o=";
  };

  vendorSha256 = null;