Commit ab72e3ca authored by R. RyanTM's avatar R. RyanTM
Browse files

devspace: 6.3.4 -> 6.3.5

parent 85306ef2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "devspace";
  version = "6.3.4";
  version = "6.3.5";

  src = fetchFromGitHub {
    owner = "devspace-sh";
    repo = "devspace";
    rev = "v${version}";
    hash = "sha256-AKEa9LDe1bLJxJH5k4axALoWkTh+bkBviCpof7x7+fY=";
    hash = "sha256-hfUs+tCu0HW0mqUZVyJFyp9fneTsolpf6BjshA5FHQQ=";
  };

  vendorHash = null;