moshi: 0.2.3 -> 0.2.5 (#423804)

This commit is contained in:
Gaétan Lepage
2025-07-10 09:59:12 +02:00
committed by GitHub
2 changed files with 3 additions and 5957 deletions
-5946
View File
File diff suppressed because it is too large Load Diff
+3 -11
View File
@@ -42,26 +42,18 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "moshi";
version = "0.2.3";
version = "0.2.5";
src = fetchFromGitHub {
owner = "kyutai-labs";
repo = "moshi";
tag = "v${finalAttrs.version}";
hash = "sha256-tQQTMwvJauzF24S1N2m2slZAHZvklCkPOTrhLvlsNVg=";
hash = "sha256-MkZsLRQE5Swdyp9l/cvPvznWxRfKuYecj+TTgb3ufKU=";
};
sourceRoot = "${finalAttrs.src.name}/rust";
# Upstream does not track their Cargo.lock
# https://github.com/kyutai-labs/moshi/issues/256
cargoLock = {
lockFile = ./Cargo.lock;
};
postPatch = ''
ln -s ${./Cargo.lock} Cargo.lock
'';
cargoHash = "sha256-BxV8oZlN+6cVb3GwhY7TKWxHEpY3WVEhN6A6+5NMOyU=";
nativeBuildInputs =
[