tilt: 0.34.5 -> 0.35.0

This commit is contained in:
Zachary Arnaise 2025-06-16 12:27:47 +02:00
parent ee930f9755
commit cb7b70540b
No known key found for this signature in database
GPG Key ID: 04978F5A657CA5AB

View File

@ -9,13 +9,13 @@ let
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.34.5"; version = "0.35.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tilt-dev"; owner = "tilt-dev";
repo = "tilt"; repo = "tilt";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-UCQN1DKscBOhta4Ok5ZeqAUQIqbn8G7aLIeYExCqg1o="; hash = "sha256-IXmycwZFeDbCNFtLh126FvVSuugFoElj1TfU5Bdl5rc=";
}; };
}; };