treewide: fix more fetchCargoDeps stragglers (#379933)

This commit is contained in:
K900
2025-02-07 01:18:48 +03:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
@@ -26,7 +26,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-rFex6stw++xNrcCYnYn3N0HrUQd91DAw9QU0R2MUzyQ=";
};
cargoHash = "sha256-0RqCgIiH7O4bAuzy1To0+8wfvZWnZ8irZNSCthaKqAk=";
useFetchCargoVendor = true;
cargoHash = "sha256-u3C6JmaPU4/pyg8Ko01Y33UkuqrVa2lV/jYdMUAF6ng=";
npmDeps = fetchNpmDeps {
name = "${pname}-${version}-npm-deps";
@@ -48,14 +48,14 @@ buildPythonPackage rec {
sourceRoot = "${src.name}/python";
cargoDeps = rustPlatform.fetchCargoTarball {
cargoDeps = rustPlatform.fetchCargoVendor {
inherit
pname
version
src
sourceRoot
;
hash = "sha256-WzgOQgD1dbpi/WR6LPbPVaYv11DF/sjeSUPVLVCchzI=";
hash = "sha256-D9+rKV4rF5AVMxFfEohHufHC2mO75M80TuZaHDI0XMU=";
};
nativeBuildInputs = [