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

tilt: 0.30.9 -> 0.30.13
This commit is contained in:
Weijia Wang
2023-01-23 05:54:52 +01:00
committed by GitHub
@@ -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.9";
version = "0.30.13";
src = fetchFromGitHub {
owner = "tilt-dev";
repo = pname;
rev = "v${version}";
sha256 = "sha256-vZthFaIsgpZ2aap9kRSH//AHHnOpekPIkwpz9Tt0lI4=";
sha256 = "sha256-W67aQIXp2TOtZuccjQUGC9gNtvdyUNWuU7VM2LOFkCg=";
};
vendorSha256 = null;