Unverified Commit 54669db4 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #184091 from r-ryantm/auto-update/tilt

tilt: 0.30.4 -> 0.30.5
parents eac2af98 dfec31bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@ buildGoModule rec {
  /* Do not use "dev" as a version. If you do, Tilt will consider itself
    running in development environment and try to serve assets from the
    source tree, which is not there once build completes.  */
  version = "0.30.4";
  version = "0.30.5";

  src = fetchFromGitHub {
    owner  = "tilt-dev";
    repo   = pname;
    rev    = "v${version}";
    sha256 = "sha256-AdT3qL0frsTi4R4AbmZlPDx0Q2RixC3e4AyEMgGgnlc=";
    sha256 = "sha256-K7vQ2Pz35/ye5AhUez/fN7PhW3KRv5/4duG4JpvO5vY=";
  };
  vendorSha256 = null;