stardust-xr-sphereland: use fetchCargoVendor

This commit is contained in:
TomaSajt
2025-03-10 22:23:26 +01:00
parent 6c26e34600
commit 201c05b9e9
2 changed files with 3 additions and 1694 deletions
File diff suppressed because it is too large Load Diff
@@ -19,13 +19,9 @@ rustPlatform.buildRustPackage rec {
env.STARDUST_RES_PREFIXES = "${src}/res";
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"stardust-xr-0.14.1" = "sha256-aJYovCKcR6zoqsVenCBnL5a/ccvXxNku+mAKRf0pp1Q=";
"stardust-xr-molecules-0.29.0" = "sha256-rzbLqx+X8KEjut6Cq4x/qiSN9OfbMemrDUP0F+hXy4U=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-4mESTxfogMQxfDMQRVML752fkinOIqkddW3PHmvxekc=";
buildInputs = [
libxkbcommon
];