modrinth-app: importCargoLock -> fetchCargoVendor

This commit is contained in:
seth
2024-12-23 23:14:31 -05:00
parent d9e4728900
commit 722c58b5e5
2 changed files with 3 additions and 7275 deletions
File diff suppressed because it is too large Load Diff
@@ -19,6 +19,7 @@
let
pnpm = pnpm_9;
in
rustPlatform.buildRustPackage rec {
pname = "modrinth-app-unwrapped";
version = "0.8.9";
@@ -30,12 +31,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-DR1aPbSqAVhL/m/Maa3mPzNWwK4A1WvDd/PwEMVYn5g=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"wry-0.44.1" = "sha256-I1qkUVTu+Yqk1Imo1w5rG/lRSPLITF5BdcjBsPe+jXU=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-cIJooOuAmDieikpm7W78rjTjxO1c+Sk005Y/VN/cqRg=";
pnpmDeps = pnpm.fetchDeps {
inherit pname version src;