3
0
Fork 0
forked from mirrors/nixpkgs

tilt: 0.23.4 -> 0.23.5

This commit is contained in:
R. Ryantm 2022-01-11 10:48:44 +00:00 committed by Jonathan Ringer
parent 640c541e4f
commit 481b2c6a24

View file

@ -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;