Unverified Commit 7e0287c3 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

music-assistant: 2.6.0 -> 2.6.2, librespot-ma: 0.6.0-unstable-2025-08-10 ->...

music-assistant: 2.6.0 -> 2.6.2, librespot-ma: 0.6.0-unstable-2025-08-10 -> 0.7.1-unstable-2025-11-06 (#458500)
parents 83a5a36a 47a8e5ff
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

rustPlatform.buildRustPackage {
  pname = "librespot-ma";
  version = "0.6.0-unstable-2025-08-10";
  version = "0.7.1-unstable-2025-11-06";

  src = fetchFromGitHub {
    owner = "music-assistant";
    repo = "librespot";
    rev = "accecb60a16334013c0c99a5ded553794ee871b7";
    hash = "sha256-vPiI8llXB6+ahX+iad/Ut81D3iZcTSVmYGDXXwApk/w=";
    rev = "2af61256649d6c1ed149791a53a20a595b617704";
    hash = "sha256-sarxS6YArK5luX4TRXJUKhreMqhZbsS/3fCVWHxPNpY=";
  };

  cargoHash = "sha256-Lujz2revTAok9B0hzdl8NVQ5XMRY9ACJzoQHIkIgKMg=";
  cargoHash = "sha256-CI2BFmQNK1+J2qaKg6u6WM83jwBuWjeh9dROnrF3Kv0=";

  nativeBuildInputs = [
    pkg-config
+6 −3
Original line number Diff line number Diff line
@@ -47,14 +47,14 @@ assert

python.pkgs.buildPythonApplication rec {
  pname = "music-assistant";
  version = "2.6.0";
  version = "2.6.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "music-assistant";
    repo = "server";
    tag = version;
    hash = "sha256-e596gvj+ZZDQzyBVfI50nO0a0eZifrkQVhUNNP2Jj8A=";
    hash = "sha256-mNSTXMQDG5LiP3Bv9GGy2AO1bQfpFLH8tSCOB/wAzOU=";
  };

  patches = [
@@ -193,7 +193,10 @@ python.pkgs.buildPythonApplication rec {
    '';
    homepage = "https://github.com/music-assistant/server";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ hexa ];
    maintainers = with lib.maintainers; [
      hexa
      emilylange
    ];
    mainProgram = "mass";
  };
}
+1 −1
Original line number Diff line number Diff line
# Do not edit manually, run ./update-providers.py

{
  version = "2.6.0";
  version = "2.6.2";
  providers = {
    airplay = ps: [
    ];