tilt: 0.31.2 -> 0.32.2

This commit is contained in:
R. Ryantm 2023-04-27 05:44:21 +00:00
parent 1aa3393fce
commit 2b8f96c360

View file

@ -5,15 +5,15 @@ buildGoModule rec {
/* Do not use "dev" as a version. If you do, Tilt will consider itself /* 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 running in development environment and try to serve assets from the
source tree, which is not there once build completes. */ source tree, which is not there once build completes. */
version = "0.31.2"; version = "0.32.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tilt-dev"; owner = "tilt-dev";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Wn7e2g1KPnFgFuRPUh3g0FW/m0qRHV5reO+AZbhbaC8="; sha256 = "sha256-YB/stG+7gxIaB+vMx8PwmUm4W32fCNeRnVrOvOXba5k=";
}; };
vendorSha256 = null; vendorHash = null;
subPackages = [ "cmd/tilt" ]; subPackages = [ "cmd/tilt" ];