From 1ab0f99e7741f9b21e0bf0757a56dc0825a8e8fb Mon Sep 17 00:00:00 2001 From: Linus Heckemann Date: Sun, 6 Oct 2024 15:52:08 +0200 Subject: [PATCH] Bump tvix --- pkgs/tvix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [