ytermusic: fix build by updating dependencies (#353389)

This commit is contained in:
Aleksana 2024-11-04 14:36:16 +08:00 committed by GitHub
commit ce92a3fe85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 707 additions and 704 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,11 @@
{ alsa-lib
, dbus
, fetchFromGitHub
, lib
, openssl
, pkg-config
, rustPlatform
,
{
alsa-lib,
dbus,
fetchFromGitHub,
lib,
openssl,
pkg-config,
rustPlatform,
}:
rustPlatform.buildRustPackage rec {
@ -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";