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

tilt: 0.31.2 -> 0.32.2
This commit is contained in:
Weijia Wang
2023-04-27 21:27:23 +03:00
committed by GitHub
@@ -5,15 +5,15 @@ 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.31.2";
version = "0.32.2";
src = fetchFromGitHub {
owner = "tilt-dev";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Wn7e2g1KPnFgFuRPUh3g0FW/m0qRHV5reO+AZbhbaC8=";
sha256 = "sha256-YB/stG+7gxIaB+vMx8PwmUm4W32fCNeRnVrOvOXba5k=";
};
vendorSha256 = null;
vendorHash = null;
subPackages = [ "cmd/tilt" ];