Skip to content

Commit

Permalink
plexamp: 3.1.1 -> 3.2.0
Browse files Browse the repository at this point in the history
Adds remote control support for other plex players, as well as other
changes.

Release notes: https://forums.plex.tv/t/plexamp-release-notes/221280/16
  • Loading branch information
afontaine committed Sep 24, 2020
1 parent 2f3cee6 commit 73133a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/plexamp/default.nix
Expand Up @@ -2,12 +2,12 @@

let
pname = "plexamp";
version = "3.1.1";
version = "3.2.0";
name = "${pname}-${version}";

src = fetchurl {
url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
sha256 = "11hgcysa1x9yqvha6ri4vl1zk8gf8vhcpnh3j38wg9ncd7nz5k2v";
sha256 = "R1BhobnwoU7oJ7bNes8kH2neXqHlMPbRCNjcHyzUPqo=";
name="${pname}-${version}.AppImage";
};

Expand Down

0 comments on commit 73133a6

Please sign in to comment.