Unverified Commit 2ecce5f3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

devspace: 6.3.13 -> 6.3.14 (#347685)

parents dd3a11f7 d387d76e
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.13";
  version = "6.3.14";

  src = fetchFromGitHub {
    owner = "devspace-sh";
    repo = "devspace";
    rev = "v${version}";
    hash = "sha256-MWFDAyr4oHBe1K9ag5mC3iJAyJgs3ePa6W9//6T2G9A=";
    hash = "sha256-Qdx7x42QKfyEu2PB350mek2MwYO/ClFAwKC9UHftaKE=";
  };

  vendorHash = null;