summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-24 06:19:21 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-31 02:05:17 -0800
commitcdc10fa6f22e6b720a064899a8873a7148586c4a (patch)
treebab250623b9efb0ecd2b6e0241e150fdab8c919f /pkgs
parentbd7b03d5dea874d495c2b9abf3eaf63fb6c8a547 (diff)
downloadnixpkgs-cdc10fa6f22e6b720a064899a8873a7148586c4a.tar
nixpkgs-cdc10fa6f22e6b720a064899a8873a7148586c4a.tar.gz
nixpkgs-cdc10fa6f22e6b720a064899a8873a7148586c4a.tar.bz2
nixpkgs-cdc10fa6f22e6b720a064899a8873a7148586c4a.tar.lz
nixpkgs-cdc10fa6f22e6b720a064899a8873a7148586c4a.tar.xz
nixpkgs-cdc10fa6f22e6b720a064899a8873a7148586c4a.tar.zst
nixpkgs-cdc10fa6f22e6b720a064899a8873a7148586c4a.zip
tilt: 0.23.3 -> 0.23.4
Diffstat (limited to 'pkgs')
-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 d34f4e3373d..dbdf06771b4 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.23.3";
+  version = "0.23.4";
 
   src = fetchFromGitHub {
     owner  = "tilt-dev";
     repo   = pname;
     rev    = "v${version}";
-    sha256 = "sha256:1612yrlsajl1j95zh057k82nzz492a9p1cgamph4m84zpm0v67jc";
+    sha256 = "sha256-SWofXsbkuirPvqgU639W8IQklafLKbThoZUzOzfYwdQ=";
   };
   vendorSha256 = null;