0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

mchprs: use fetchCargoVendor

This commit is contained in:
TomaSajt 2025-03-06 18:49:21 +01:00
parent 329fab7c99
commit 1c119c2696
No known key found for this signature in database
GPG key ID: F011163C050122A1
2 changed files with 2 additions and 3081 deletions

File diff suppressed because it is too large Load diff

View file

@ -21,12 +21,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-Jm9ZsqCKOIxZsXQbCluYu7MgOD7hXYljcv/URaNVUW0=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"hematite-nbt-0.5.2" = "sha256-ohhsMlRLFNesccxhqn0GAiVswcdMldD3gv0AXcviHU8=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-YDfyixNfJsKigf3W5265CWl4ETQDeBHYpquBoFoj4Tw=";
nativeBuildInputs = [
pkg-config