about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-20 03:45:51 +0000
committerYt <raphael@megzari.com>2022-03-22 14:39:51 -0400
commitf76e48f569c5a56b57b067430e45e693a0154690 (patch)
tree1155877774d8afa945f6f68abf9c6c1d408fe430 /pkgs/applications
parentf8f5522e9d6bf01a598effc6f50ab856bc81a2a4 (diff)
tilt: 0.25.3 -> 0.26.2
Diffstat (limited to 'pkgs/applications')
-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 1bd10c28acddb..35ca7464df752 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.25.3";
+  version = "0.26.2";
 
   src = fetchFromGitHub {
     owner  = "tilt-dev";
     repo   = pname;
     rev    = "v${version}";
-    sha256 = "sha256-YB2oKyO+pJSzx/ZgPFhP8+5auKxX/4sQyv1qW9B5PGg=";
+    sha256 = "sha256-UYvTsoNJwH8DOa/Ns9QlckcMVf/+k9/5UX8gO/el0jw=";
   };
   vendorSha256 = null;