From 124c1c06dec432501a236bc8a04f362dd94a7af7 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 25 Sep 2023 22:18:20 +0300 Subject: chore(tvix/store): move fuse-backend-rs back to upstream It's in no release yet, but this is the current rev in master. Change-Id: I9e4bc2fde26e85c4182bd66b3e566c2d957072ed Reviewed-on: https://cl.tvl.fyi/c/depot/+/9469 Autosubmit: flokli Reviewed-by: raitobezarius Tested-by: BuildkiteCI --- tvix/Cargo.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tvix/Cargo.nix') diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index 8f7686ce5cfc..297825787ae1 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -2190,9 +2190,9 @@ rec { edition = "2018"; workspace_member = null; src = pkgs.fetchgit { - url = "https://github.com/cbrewster/fuse-backend-rs.git"; - rev = "b553ce526a7267578ae5af4f4cbba717932518ac"; - sha256 = "0165g94bcwyg03yi4kbr6yw75p42kiz2vd1d7s8f3fj4injy49vx"; + url = "https://github.com/cloud-hypervisor/fuse-backend-rs"; + rev = "402e7c531bc75bc44ac366dc59477de8b5d4ca08"; + sha256 = "0f70f0wxkx4h18wvkpnnpxhyzvg6f9z1063334w1nlfg0n15wb9y"; }; authors = [ "Liu Bo " -- cgit 1.4.1