Unverified Commit 0b9fa7fa authored by DarkOnion0's avatar DarkOnion0
Browse files

devspace: 6.3.1 -> 6.3.2

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

buildGoModule rec {
  pname = "devspace";
  version = "6.3.1";
  version = "6.3.2";

  src = fetchFromGitHub {
    owner = "loft-sh";
    repo = "devspace";
    rev = "v${version}";
    sha256 = "sha256-N7u9qZBoaaxqcH+9lU0JoemEPYAuztkDyqVo/GWtS8c=";
    sha256 = "sha256-TDC4zhsNcU3qwvBSxvaYxlWHXX1YllRX9n6CGKlXOq4=";
  };

  vendorSha256 = null;