lemmy-server: useFetchCargoVendor (#377089)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"serverVersion": "0.19.8",
|
||||
"uiVersion": "0.19.8",
|
||||
"serverHash": "sha256-fczEdH753e/86Bmc5CzpSukcmOkdFPp9jqStZh5F3XE=",
|
||||
"serverCargoHash": "sha256-fY47KmKiCRZUayVC7aKV8VBgtincO7yB0RKr9KZkjQI=",
|
||||
"serverCargoHash": "sha256-RIwNu7gdABk3HaS92/3aR3GgzAmwGeSncy2AFjbsVnw=",
|
||||
"uiHash": "sha256-TuBZUqJQwCxPHVqTFf3wpgCddBs7jSgICHM5MlL4cpQ=",
|
||||
"uiPNPMDepsHash": "sha256-sEN8NUlXWuvfmuAaoy/Vx3X+xG/TbeAdYG2LfctcOGc="
|
||||
}
|
||||
|
||||
@@ -32,6 +32,7 @@ rustPlatform.buildRustPackage rec {
|
||||
echo 'pub const VERSION: &str = "${version}";' > crates/utils/src/version.rs
|
||||
'';
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = pinData.serverCargoHash;
|
||||
|
||||
buildInputs =
|
||||
|
||||
Reference in New Issue
Block a user