diff options
| author | David Birks <david@birks.dev> | 2021-05-28 16:11:44 -0400 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-05-31 07:20:30 +0000 |
| commit | a30a33bbff4886589e411fdde1711edbfa258b06 (patch) | |
| tree | 8411beb353500f21ea14549298fa84b46535b9a2 | |
| parent | Merge pull request #124927 from NixOS/backport-124211-to-release-21.05 (diff) | |
| download | nixpkgs-a30a33bbff4886589e411fdde1711edbfa258b06.tar.gz | |
tilt: 0.18.10 -> 0.20.5
(cherry picked from commit 2aa7662279727652dd326d5e7fc2a9aa50a73eef)
| -rw-r--r-- | pkgs/applications/networking/cluster/tilt/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/tilt/default.nix b/pkgs/applications/networking/cluster/tilt/default.nix index ccbe9d9a7ac0..d717bd42652b 100644 --- a/pkgs/applications/networking/cluster/tilt/default.nix +++ b/pkgs/applications/networking/cluster/tilt/default.nix @@ -5,13 +5,13 @@ buildGoModule 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.18.10"; + version = "0.20.5"; src = fetchFromGitHub { owner = "tilt-dev"; repo = pname; rev = "v${version}"; - sha256 = "sha256-SvvvHGR3UPyV61MaoFB68SaZKUT3ItYOPT1a7AddxlY="; + sha256 = "sha256-pUKKHrShED7yp5WSmHSbS+eiYs22Nm2/ouc2a8WYc38="; }; vendorSha256 = null; |
