textpieces: importCargoLock -> fetchCargoVendor

This commit is contained in:
seth
2024-12-16 05:03:44 -05:00
parent a4262db828
commit 03c1267b25
2 changed files with 3 additions and 2498 deletions
File diff suppressed because it is too large Load Diff
+3 -5
View File
@@ -28,11 +28,9 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-0bc2Q3k08ZItRH7teQCv7uQyj4Rig6LtZmO5Vu48vxo=";
};
cargoDeps = rustPlatform.importCargoLock {
lockFile = ./Cargo.lock;
outputHashes = {
"textpieces-core-1.1.2" = "sha256-fAATzugZ4kpUqHx8H4yuNH9Weeubkp8eAHAe94rMBmA=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) src;
hash = "sha256-xthkY09nrJxI68my6nytkBY2vn4pJWbXtLM56JVlH6g=";
};
nativeBuildInputs = [