tilt: 0.33.17 -> 0.33.21 (#355691)

This commit is contained in:
Peder Bergebakken Sundt 2024-11-24 04:22:23 +01:00 committed by GitHub
commit 56ba82504d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ stdenvNoCC.mkDerivation {
dontInstall = true; dontInstall = true;
outputHashAlgo = "sha256"; outputHashAlgo = "sha256";
outputHash = "sha256-5f9lKRD6vc2FOnUeSxK/zlu/tshS1+RCSB0slGSO/Rc="; outputHash = "sha256-1poTBB9cm0EHeIvXhan6/kaxr22LXvhHD4Y+JBocioE=";
outputHashMode = "recursive"; outputHashMode = "recursive";
}; };

View File

@ -5,13 +5,13 @@ let args = 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.17"; version = "0.33.21";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tilt-dev"; owner = "tilt-dev";
repo = "tilt"; repo = "tilt";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-GzWnTq3X615A/jRjYhBriRYaH4tjv+yg2/zHIJuKXPE="; hash = "sha256-3LFsTaz47QAIDGId/Tl3G7xP5b9gc25X+ZeMaVhXf8w=";
}; };
}; };