librespot: 0.5.0 -> 0.6.0 (#360296)

This commit is contained in:
Weijia Wang 2024-12-09 20:08:31 +01:00 committed by GitHub
commit 43d27c33ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,16 +17,16 @@
rustPlatform.buildRustPackage rec {
pname = "librespot";
version = "0.5.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "librespot-org";
repo = "librespot";
rev = "v${version}";
sha256 = "sha256-/YMICsrUMYqiL5jMlb5BbZPlHfL9btbWiv/Kt2xhRW4=";
sha256 = "sha256-dGQDRb7fgIkXelZKa+PdodIs9DxbgEMlVGJjK/hU3Mo=";
};
cargoHash = "sha256-UOvGvseWaEqqjuvTewDfkBeR730cKMQCq55weYmu15Y=";
cargoHash = "sha256-GScAUqALoocqvsHz4XgPytI8cl0hiuWjqaO/ItNo4v4=";
nativeBuildInputs = [ pkg-config makeWrapper ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
rustPlatform.bindgenHook