Update nix cargo hash (#21257)

Jared Ramirez created

Closes https://github.com/zed-industries/zed/issues/21256

Release Notes:

- N/A

Change summary

nix/build.nix | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

nix/build.nix 🔗

@@ -90,7 +90,7 @@ rustPlatform.buildRustPackage rec {
     ];
 
   useFetchCargoVendor = true;
-  cargoHash = "sha256-xL/EBe3+rlaPwU2zZyQtsZNHGBjzAD8ZCWrQXCQVxm8=";
+  cargoHash = "sha256-KURM1W9UP65BU9gbvEBgQj3jwSYfQT7X18gcSmOMguI=";
 
   nativeBuildInputs =
     [