tilt: 0.33.5 -> 0.33.6

This commit is contained in:
R. Ryantm 2023-10-02 17:31:14 +00:00 committed by Jonathan Ringer
parent 9a0a917954
commit 8cfdb77c1f

View file

@ -8,13 +8,13 @@ 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.33.5"; version = "0.33.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tilt-dev"; owner = "tilt-dev";
repo = "tilt"; repo = "tilt";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-o78PoIKj+0FvZRpm0AqtUq3N9a9/LDYc7DIPZgSZe4s="; hash = "sha256-WtE8ExUKFRtdYeg0+My/DB+L/qT+J1EaKHKChNjC5oI=";
}; };
vendorHash = null; vendorHash = null;