summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-02 17:31:14 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2023-10-06 16:29:34 -0700
commit8cfdb77c1f6b8680061d2caa0f9e297d767555ea (patch)
treea362c6f31742b4544993b09db8720371670d1cdf
parent9a0a917954947f3c46b989c927b652b2ee47eca3 (diff)
downloadnixpkgs-8cfdb77c1f6b8680061d2caa0f9e297d767555ea.tar
nixpkgs-8cfdb77c1f6b8680061d2caa0f9e297d767555ea.tar.gz
nixpkgs-8cfdb77c1f6b8680061d2caa0f9e297d767555ea.tar.bz2
nixpkgs-8cfdb77c1f6b8680061d2caa0f9e297d767555ea.tar.lz
nixpkgs-8cfdb77c1f6b8680061d2caa0f9e297d767555ea.tar.xz
nixpkgs-8cfdb77c1f6b8680061d2caa0f9e297d767555ea.tar.zst
nixpkgs-8cfdb77c1f6b8680061d2caa0f9e297d767555ea.zip
tilt: 0.33.5 -> 0.33.6
-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 ba870fea761..dd95c6d939e 100644
--- a/pkgs/applications/networking/cluster/tilt/default.nix
+++ b/pkgs/applications/networking/cluster/tilt/default.nix
@@ -8,13 +8,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.33.5";
+  version = "0.33.6";
 
   src = fetchFromGitHub {
     owner = "tilt-dev";
     repo = "tilt";
     rev = "v${version}";
-    hash = "sha256-o78PoIKj+0FvZRpm0AqtUq3N9a9/LDYc7DIPZgSZe4s=";
+    hash = "sha256-WtE8ExUKFRtdYeg0+My/DB+L/qT+J1EaKHKChNjC5oI=";
   };
 
   vendorHash = null;