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

tilt: 0.30.0 -> 0.30.4

Changed files
+2 -2
pkgs
applications
networking
cluster
+2 -2
pkgs/applications/networking/cluster/tilt/default.nix
···
/* 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;