tilt: 0.23.5 -> 0.23.9

This commit is contained in:
zowoq 2022-02-01 21:23:22 +10:00
parent 2724999594
commit fd8529c6a2
2 changed files with 5 additions and 3 deletions

View File

@ -5,13 +5,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.23.5"; version = "0.23.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tilt-dev"; owner = "tilt-dev";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-qVybS+gRuTezX89NMWYQVWtUH6wnjB11HImejrzVHAc="; sha256 = "sha256-sxOUO5dLWBgNvbi42/aoN4YQStuNuXxWuM3WJxh1ucg=";
}; };
vendorSha256 = null; vendorSha256 = null;

View File

@ -33969,7 +33969,9 @@ with pkgs;
tgswitch = callPackage ../applications/networking/cluster/tgswitch {}; tgswitch = callPackage ../applications/networking/cluster/tgswitch {};
tilt = callPackage ../applications/networking/cluster/tilt {}; tilt = callPackage ../applications/networking/cluster/tilt {
buildGoModule = buildGo117Module;
};
timeular = callPackage ../applications/office/timeular {}; timeular = callPackage ../applications/office/timeular {};