about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/tilt
diff options
context:
space:
mode:
authorSimon Žlender <pub.git@zlender.si>2023-02-12 10:09:34 +0000
committerSimon Žlender <pub.git@zlender.si>2023-02-12 10:09:34 +0000
commit3a672c775e0fd20df63c8370522b67a6e9445430 (patch)
tree8069809f6c7b30d7831e7d246e4b6a850c36cfc8 /pkgs/applications/networking/cluster/tilt
parentd1cd9f140292aa8cdd77433a793e173731101473 (diff)
tilt: 0.30.13 -> 0.31.2
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 19aaa36c7eb69..ebb28798f55ed 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.30.13";
+  version = "0.31.2";
 
   src = fetchFromGitHub {
     owner  = "tilt-dev";
     repo   = pname;
     rev    = "v${version}";
-    sha256 = "sha256-W67aQIXp2TOtZuccjQUGC9gNtvdyUNWuU7VM2LOFkCg=";
+    sha256 = "sha256-Wn7e2g1KPnFgFuRPUh3g0FW/m0qRHV5reO+AZbhbaC8=";
   };
   vendorSha256 = null;