From 8b614809359439694d47d1804fff1a0bb44827bf Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 12 Dec 2023 23:11:36 +0300 Subject: fix(3p/rust-crates): fix build of remaining Rust crates Change-Id: If3aec8efa6ea5a1402af4dbdb662cd4c0d184322 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10341 Tested-by: BuildkiteCI Autosubmit: tazjin Reviewed-by: flokli --- third_party/rust-crates/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'third_party') diff --git a/third_party/rust-crates/default.nix b/third_party/rust-crates/default.nix index 852b18669e..d29a99fa79 100644 --- a/third_party/rust-crates/default.nix +++ b/third_party/rust-crates/default.nix @@ -16,8 +16,7 @@ let ; }); in - -rec { +depot.nix.readTree.drvTargets rec{ cfg-if = buildRustCrate { pname = "cfg-if"; version = "1.0.0"; @@ -108,7 +107,7 @@ rec { }; version-check = buildRustCrate { - pname = "version-check"; + pname = "version_check"; version = "0.9.2"; edition = "2015"; sha256 = "1vwvc1mzwv8ana9jv8z933p2xzgj1533qwwl5zr8mi89azyhq21v"; -- cgit 1.4.1