diff --git a/pkgs/tvix/default.nix b/pkgs/tvix/default.nix index d69d0e7..20c2ad8 100644 --- a/pkgs/tvix/default.nix +++ b/pkgs/tvix/default.nix @@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec { src = builtins.fetchGit { name = "tvix"; url = "https://code.tvl.fyi/depot.git"; - rev = "e97202e54a02d0717f0457fec0863e3e74fc93d8"; + rev = "96a78877eb0d3109bd5b76345b9f1aa87bb3ec20"; }; patches = [