From 461ab24a0618484644b4e8732060e70bc2b5c0c6 Mon Sep 17 00:00:00 2001 From: Jared Ramirez Date: Wed, 27 Nov 2024 22:04:11 -0800 Subject: [PATCH] Update nix cargo hash (#21257) Closes https://github.com/zed-industries/zed/issues/21256 Release Notes: - N/A --- nix/build.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/build.nix b/nix/build.nix index 903f9790c763d..d3d3d1aab11e7 100644 --- a/nix/build.nix +++ b/nix/build.nix @@ -90,7 +90,7 @@ rustPlatform.buildRustPackage rec { ]; useFetchCargoVendor = true; - cargoHash = "sha256-xL/EBe3+rlaPwU2zZyQtsZNHGBjzAD8ZCWrQXCQVxm8="; + cargoHash = "sha256-KURM1W9UP65BU9gbvEBgQj3jwSYfQT7X18gcSmOMguI="; nativeBuildInputs = [