Unverified Commit cfa34896 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #235719 from dit7ya/spotify-player

spotify-player: 0.13.1 -> 0.14.1
parents 4150474c c9a4e738
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -7,20 +7,21 @@
, alsa-lib
, dbus
, fontconfig
, libsixel
}:

rustPlatform.buildRustPackage rec {
  pname = "spotify-player";
  version = "0.13.1";
  version = "0.14.1";

  src = fetchFromGitHub {
    owner = "aome510";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-c+CbIDg4WlzRStiA+yBkjfSmMJ183tLBGiK340bZgnA=";
    hash = "sha256-+YPtu3hsKvk2KskVSpqcFufnWL5PxN8+xbkcz/JXW6g=";
  };

  cargoHash = "sha256-nhRXFxSrzkq3SdJ4ZmWlKl7SwxwOz6ZYboIsBmgdFJ8=";
  cargoHash = "sha256-WgQ+v9dJyriqq7+WpXpPhjdwm2Sr0jozA1oW2inSPik=";

  nativeBuildInputs = [
    pkg-config
@@ -32,6 +33,7 @@ rustPlatform.buildRustPackage rec {
    alsa-lib
    dbus
    fontconfig
    libsixel
  ];

  buildNoDefaultFeatures = true;
@@ -41,6 +43,10 @@ rustPlatform.buildRustPackage rec {
    "media-control"
    "image"
    "lyric-finder"
    "daemon"
    "notify"
    "streaming"
    "sixel"
  ];

  meta = with lib; {