tilt: 0.33.5 -> 0.33.6

authored by

R. Ryantm and committed by
Jonathan Ringer
8cfdb77c 9a0a9179

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