tilt: 0.23.3 -> 0.23.4

This commit is contained in:
R. Ryantm 2021-12-24 06:19:21 +00:00 committed by Jonathan Ringer
parent bd7b03d5de
commit cdc10fa6f2

@ -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.23.3";
version = "0.23.4";
src = fetchFromGitHub {
owner = "tilt-dev";
repo = pname;
rev = "v${version}";
sha256 = "sha256:1612yrlsajl1j95zh057k82nzz492a9p1cgamph4m84zpm0v67jc";
sha256 = "sha256-SWofXsbkuirPvqgU639W8IQklafLKbThoZUzOzfYwdQ=";
};
vendorSha256 = null;