Merge pull request #98682 from afontaine/bump-plexamp-3-2-0

plexamp: 3.1.1 -> 3.2.0
This commit is contained in:
zimbatm 2020-09-24 21:48:33 +00:00 committed by GitHub
commit 55e2c8318d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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";
};