tilt: 0.23.4 -> 0.23.5

main
R. Ryantm 2 years ago committed by Jonathan Ringer
parent 640c541e4f
commit 481b2c6a24
  1. 4
      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.23.4";
version = "0.23.5";
src = fetchFromGitHub {
owner = "tilt-dev";
repo = pname;
rev = "v${version}";
sha256 = "sha256-SWofXsbkuirPvqgU639W8IQklafLKbThoZUzOzfYwdQ=";
sha256 = "sha256-qVybS+gRuTezX89NMWYQVWtUH6wnjB11HImejrzVHAc=";
};
vendorSha256 = null;

Loading…
Cancel
Save