summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/tilt/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-02-21 05:44:40 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-02-21 05:44:40 +0000
commit17732d2ed37d57427a5e121d6567b8f6a4f841a5 (patch)
treebbd559d6099cf3f1e2a7d284b9a5f3be3c9b7a6d /pkgs/applications/networking/cluster/tilt/default.nix
parente59a33db58feb4d4c0c58cee6d859a85324110dc (diff)
downloadnixpkgs-17732d2ed37d57427a5e121d6567b8f6a4f841a5.tar
nixpkgs-17732d2ed37d57427a5e121d6567b8f6a4f841a5.tar.gz
nixpkgs-17732d2ed37d57427a5e121d6567b8f6a4f841a5.tar.bz2
nixpkgs-17732d2ed37d57427a5e121d6567b8f6a4f841a5.tar.lz
nixpkgs-17732d2ed37d57427a5e121d6567b8f6a4f841a5.tar.xz
nixpkgs-17732d2ed37d57427a5e121d6567b8f6a4f841a5.tar.zst
nixpkgs-17732d2ed37d57427a5e121d6567b8f6a4f841a5.zip
tilt: 0.18.9 -> 0.18.10
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 7f7f34d1cb5..ccbe9d9a7ac 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.18.9";
+  version = "0.18.10";
 
   src = fetchFromGitHub {
     owner  = "tilt-dev";
     repo   = pname;
     rev    = "v${version}";
-    sha256 = "sha256-bsLqTpBhYeDMAv8vmnbjz+bmkyGqX3V7OkOwCprftC0=";
+    sha256 = "sha256-SvvvHGR3UPyV61MaoFB68SaZKUT3ItYOPT1a7AddxlY=";
   };
   vendorSha256 = null;