Skip to content

Commit

Permalink
cargo-auditable: useFetchCargoVendor (#377546)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jan 29, 2025
2 parents ee8e4e6 + 51fa0b0 commit fab0e52
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/development/compilers/rust/cargo-auditable.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ let
sha256 = "sha256-zjv2/qZM0vRyz45DeKRtPHaamv2iLtjpSedVTEXeDr8=";
};

cargoHash = "sha256-uNoqWT3gVslGEPcyrfFeOquvSlLzZbPO4yM1YJeD8N4=";
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
allowGitDependencies = false;
hash = "sha256-oTPGmoGlNfPVZ6qha/oXyPJp94fT2cNlVggbIGHf2bc=";
};

checkFlags = [
# requires wasm32-unknown-unknown target
Expand Down

0 comments on commit fab0e52

Please sign in to comment.