Merge pull request #179430 from teozkr/update/tilt-0.30.4

tilt: 0.30.0 -> 0.30.4
This commit is contained in:
Bobby Rong 2022-07-02 20:20:01 +08:00 committed by GitHub
commit 16c19219d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.30.0";
version = "0.30.4";
src = fetchFromGitHub {
owner = "tilt-dev";
repo = pname;
rev = "v${version}";
sha256 = "sha256-bZYm9T3NRNNtT8RDGwnXcXC7Rb/GuIxI/U06By4gR/w=";
sha256 = "sha256-AdT3qL0frsTi4R4AbmZlPDx0Q2RixC3e4AyEMgGgnlc=";
};
vendorSha256 = null;