···88 /* Do not use "dev" as a version. If you do, Tilt will consider itself
99 running in development environment and try to serve assets from the
1010 source tree, which is not there once build completes. */
1111- version = "0.33.5";
1111+ version = "0.33.6";
12121313 src = fetchFromGitHub {
1414 owner = "tilt-dev";
1515 repo = "tilt";
1616 rev = "v${version}";
1717- hash = "sha256-o78PoIKj+0FvZRpm0AqtUq3N9a9/LDYc7DIPZgSZe4s=";
1717+ hash = "sha256-WtE8ExUKFRtdYeg0+My/DB+L/qT+J1EaKHKChNjC5oI=";
1818 };
19192020 vendorHash = null;