about summary refs log tree commit diff
path: root/pkgs/tvl
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tvl')
-rw-r--r--pkgs/tvl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tvl/default.nix b/pkgs/tvl/default.nix
index 8808061a..58c45c59 100644
--- a/pkgs/tvl/default.nix
+++ b/pkgs/tvl/default.nix
@@ -1,7 +1,7 @@
 { tvlSrc ? builtins.fetchGit {
     name = "tvl-depot";
     url = "https://code.tvl.fyi";
-    rev = "b593f6922c3b31f2456cb8885d80af3789a380b3"; # 2022-09-29
+    rev = "8b880b4a5052a7deaf8663136ac6e436aefa64e8"; # 2022-10-06
     ref = "canon";
   }
 , pkgs