tilt: 0.37.3 -> 0.37.5

https://github.com/tilt-dev/tilt/releases/tag/v0.37.4
https://github.com/tilt-dev/tilt/releases/tag/v0.37.5

Assisted-by: pi coding agent / Mika (OpenAI gpt-5.6-sol)
(cherry picked from commit 50a76acaf9)
This commit is contained in:
Gerhard Schwanzer
2026-07-15 14:27:50 +02:00
committed by github-actions[bot]
parent 070e96c30e
commit 77c668ae2d
2 changed files with 3 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ stdenvNoCC.mkDerivation {
dontInstall = true;
outputHashAlgo = "sha256";
outputHash = "sha256-3P42xJ1tBVRpe1hNDy4ax9bUmiaPnSZolTGmsKpzYUA=";
outputHash = "sha256-nPbIFUBbbgaFpKBky5FXFBopZd4IxvTGbYXfC3SfaUE=";
outputHashMode = "recursive";
};

View File

@@ -9,13 +9,13 @@ let
running in development environment and try to serve assets from the
source tree, which is not there once build completes.
*/
version = "0.37.3";
version = "0.37.5";
src = fetchFromGitHub {
owner = "tilt-dev";
repo = "tilt";
tag = "v${version}";
hash = "sha256-gJQ9ECGsJ4VBASxmNewOhA3zLl7YjMm5GRDuAefmFYE=";
hash = "sha256-aa5ZPheqRZDgcIuuI/tXRHxMtB2RH0yITwvA2SMN9Ec=";
};
};