about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-28 23:57:24 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-28 23:57:24 +0000
commit351ce2ecfea82033036f8bb0d26c604f827fc2c4 (patch)
tree5ea6b28bd8cdede35ce4ccb950d55684d7420b23 /pkgs
parent80d8655c15055472f0118a877351085cc22c1e92 (diff)
downloadnixlib-351ce2ecfea82033036f8bb0d26c604f827fc2c4.tar
nixlib-351ce2ecfea82033036f8bb0d26c604f827fc2c4.tar.gz
nixlib-351ce2ecfea82033036f8bb0d26c604f827fc2c4.tar.bz2
nixlib-351ce2ecfea82033036f8bb0d26c604f827fc2c4.tar.lz
nixlib-351ce2ecfea82033036f8bb0d26c604f827fc2c4.tar.xz
nixlib-351ce2ecfea82033036f8bb0d26c604f827fc2c4.tar.zst
nixlib-351ce2ecfea82033036f8bb0d26c604f827fc2c4.zip
tilt: 0.26.2 -> 0.26.3
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 35ca7464df75..c13c08c44a43 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.26.2";
+  version = "0.26.3";
 
   src = fetchFromGitHub {
     owner  = "tilt-dev";
     repo   = pname;
     rev    = "v${version}";
-    sha256 = "sha256-UYvTsoNJwH8DOa/Ns9QlckcMVf/+k9/5UX8gO/el0jw=";
+    sha256 = "sha256-jrVf6vNlEkTgALS93o3kIiticvsyFHm5oA2Fh1edAGY=";
   };
   vendorSha256 = null;