···8 /* Do not use "dev" as a version. If you do, Tilt will consider itself
9 running in development environment and try to serve assets from the
10 source tree, which is not there once build completes. */
11- version = "0.33.5";
1213 src = fetchFromGitHub {
14 owner = "tilt-dev";
15 repo = "tilt";
16 rev = "v${version}";
17- hash = "sha256-o78PoIKj+0FvZRpm0AqtUq3N9a9/LDYc7DIPZgSZe4s=";
18 };
1920 vendorHash = null;
···8 /* Do not use "dev" as a version. If you do, Tilt will consider itself
9 running in development environment and try to serve assets from the
10 source tree, which is not there once build completes. */
11+ version = "0.33.6";
1213 src = fetchFromGitHub {
14 owner = "tilt-dev";
15 repo = "tilt";
16 rev = "v${version}";
17+ hash = "sha256-WtE8ExUKFRtdYeg0+My/DB+L/qT+J1EaKHKChNjC5oI=";
18 };
1920 vendorHash = null;