summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/tilt/default.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-09-11 22:12:23 +0200
committerGitHub <noreply@github.com>2021-09-11 22:12:23 +0200
commit503fed1981cabd342dab9e2b61a34077a5562d82 (patch)
tree9f40ad1c88702b69da7858f7d8d013924469860e /pkgs/applications/networking/cluster/tilt/default.nix
parent9a58f7ea301a4f047b7a27e8b2319d422050dd03 (diff)
parent7a5ef5067c7c6c2756a841871d394cc92779bc72 (diff)
downloadnixpkgs-503fed1981cabd342dab9e2b61a34077a5562d82.tar
nixpkgs-503fed1981cabd342dab9e2b61a34077a5562d82.tar.gz
nixpkgs-503fed1981cabd342dab9e2b61a34077a5562d82.tar.bz2
nixpkgs-503fed1981cabd342dab9e2b61a34077a5562d82.tar.lz
nixpkgs-503fed1981cabd342dab9e2b61a34077a5562d82.tar.xz
nixpkgs-503fed1981cabd342dab9e2b61a34077a5562d82.tar.zst
nixpkgs-503fed1981cabd342dab9e2b61a34077a5562d82.zip
Merge pull request #135214 from r-ryantm/auto-update/tilt
Diffstat (limited to 'pkgs/applications/networking/cluster/tilt/default.nix')
-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 b4e44a05d82..5710d456cef 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.20.5";
+  version = "0.22.4";
 
   src = fetchFromGitHub {
     owner  = "tilt-dev";
     repo   = pname;
     rev    = "v${version}";
-    sha256 = "sha256-pUKKHrShED7yp5WSmHSbS+eiYs22Nm2/ouc2a8WYc38=";
+    sha256 = "sha256-bu8U3eJc10tnQhLLX0FwDrlTUVpjZBW7V4gbc/tBTBU=";
   };
   vendorSha256 = null;