restic-browser: use fetchCargoVendor

This commit is contained in:
js6pak
2025-01-05 18:23:01 +01:00
parent f199d57ad6
commit b0d0cd8606
2 changed files with 2 additions and 4328 deletions
File diff suppressed because it is too large Load Diff
+2 -6
View File
@@ -25,12 +25,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-magf19hA5PVAZafRcQXFaAD50qGofztpiluVc2aCeOk=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"fix-path-env-0.0.0" = "sha256-kSpWO2qMotpsYKJokqUWCUzGGmNOazaREDLjke4/CtE=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-5wSxa8jgto+v+tJHbenc2nvGlLaOBYyRrCqFyCPnncc=";
npmDeps = fetchNpmDeps {
name = "${pname}-npm-deps-${version}";