ytermusic: fix build by updating dependencies

This commit is contained in:
Noa Aarts 2024-11-03 15:08:40 +01:00
parent c497d93d55
commit 81090db682
No known key found for this signature in database
GPG Key ID: 1850932741EFF672
2 changed files with 699 additions and 696 deletions

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
lockFile = ./Cargo.lock;
outputHashes = {
"rusty_ytdl-0.6.6" = "sha256-htXD8v9Yd7S0iLjP6iZu94tP5KO5vbmkdUybqA7OtlU=";
"symphonia-0.5.1" = "sha256-rGvde5w7czMLcOPARK1gFfDLn70VeIrn4nKOL6FPc2U=";
"symphonia-0.5.4" = "sha256-uf0BbpqtlpZhsnV7Cm8egxjb/fXSINsOANTjDUQ4U9M=";
};
};
postPatch = "cp ${./Cargo.lock} Cargo.lock";