Skip to content

Commit

Permalink
Merge pull request #82394 from marsam/update-spotify-tui
Browse files Browse the repository at this point in the history
spotify-tui: 0.15.0 -> 0.16.0
  • Loading branch information
marsam committed Mar 12, 2020
2 parents c5f7e60 + 03fb78e commit 880db06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/audio/spotify-tui/default.nix
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "spotify-tui";
version = "0.15.0";
version = "0.16.0";

src = fetchFromGitHub {
owner = "Rigellute";
repo = "spotify-tui";
rev = "v${version}";
sha256 = "19mnnpsidwr5y6igs478gfp7rq76378f66nzfhj4mraqd2jc4nzj";
sha256 = "0fmj25zjg12v0kyanic343lrdhxkh290v88qiz6ac47g8bdy3c83";
};

cargoSha256 = "1zhv3sla92z7pjdnf0r4x85n7z9spi70vgy4kw72rdc5v9bmj7q8";
cargoSha256 = "1n8aacy0hapjm10hmgqm07rb5c0ngmzr1s116pspsl7cdszza6xi";

nativeBuildInputs = [ pkgconfig ] ++ stdenv.lib.optionals stdenv.isLinux [ python3 ];
buildInputs = [ openssl ]
Expand Down

0 comments on commit 880db06

Please sign in to comment.