tilt: 0.33.13 -> 0.33.17

This commit is contained in:
Aleksandr Sterkhov
2024-07-11 19:48:56 +02:00
parent 4d12a2d717
commit fbb80bc6b3
2 changed files with 3 additions and 3 deletions
@@ -53,7 +53,7 @@ stdenvNoCC.mkDerivation {
dontInstall = true;
outputHashAlgo = "sha256";
outputHash = "sha256-UpKWpwKUouW4BHZAQNvg4PeQ3bd28mrbv547GyN/drI=";
outputHash = "sha256-5f9lKRD6vc2FOnUeSxK/zlu/tshS1+RCSB0slGSO/Rc=";
outputHashMode = "recursive";
};
@@ -5,13 +5,13 @@ let args = rec {
/* 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
source tree, which is not there once build completes. */
version = "0.33.13";
version = "0.33.17";
src = fetchFromGitHub {
owner = "tilt-dev";
repo = "tilt";
rev = "v${version}";
hash = "sha256-B1kau6G56Iz6Yso2KpJCPE18yznhKCmq+Pabi2sxSmI=";
hash = "sha256-GzWnTq3X615A/jRjYhBriRYaH4tjv+yg2/zHIJuKXPE=";
};
};