Skip to content

Commit

Permalink
Merge pull request NixOS#113877 from r-ryantm/auto-update/tilt
Browse files Browse the repository at this point in the history
tilt: 0.18.9 -> 0.18.10
  • Loading branch information
davidak authored Feb 22, 2021
2 parents 081b53c + 17732d2 commit 0932f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/tilt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.9";
version = "0.18.10";

src = fetchFromGitHub {
owner = "tilt-dev";
repo = pname;
rev = "v${version}";
sha256 = "sha256-bsLqTpBhYeDMAv8vmnbjz+bmkyGqX3V7OkOwCprftC0=";
sha256 = "sha256-SvvvHGR3UPyV61MaoFB68SaZKUT3ItYOPT1a7AddxlY=";
};
vendorSha256 = null;

Expand Down

0 comments on commit 0932f80

Please sign in to comment.