about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/tilt
diff options
context:
space:
mode:
authorShaw Vrana <shaw@vranix.com>2020-12-23 17:21:52 -0800
committerShaw Vrana <shaw@vranix.com>2020-12-23 17:21:52 -0800
commit1734a9a57852dd38bd9bf54d78f14a817a5101f0 (patch)
tree388394ac1558d9951a6e89c823b09bf410ddd987 /pkgs/applications/networking/cluster/tilt
parent466759ff2751a386bc77bf80fcb217c0bcbe05c5 (diff)
tilt: 0.17.13 -> 0.18.1
Diffstat (limited to 'pkgs/applications/networking/cluster/tilt')
-rw-r--r--pkgs/applications/networking/cluster/tilt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/tilt/default.nix b/pkgs/applications/networking/cluster/tilt/default.nix
index 40ba3530c8aff..42de638ec42cf 100644
--- a/pkgs/applications/networking/cluster/tilt/default.nix
+++ b/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.17.13";
+  version = "0.18.1";
 
   src = fetchFromGitHub {
     owner  = "tilt-dev";
     repo   = pname;
     rev    = "v${version}";
-    sha256 = "sha256-x3U5OF8T3z9kHcYe7SwKVEKNiEsi8AEvA1rlOma4y+8=";
+    sha256 = "1sdb2x06va0j9cxdwz95dklv2csq0s596wjsjqi4sq65y9bxjr7i";
   };
   vendorSha256 = null;