plexamp: 3.4.1 -> 3.4.2

This commit is contained in:
Patrick Hilhorst 2021-03-10 19:52:39 +01:00
parent f8a2f67fc0
commit 85db5da7d2
No known key found for this signature in database
GPG Key ID: 3BB083304DADC0FF

View File

@ -2,13 +2,13 @@
let let
pname = "plexamp"; pname = "plexamp";
version = "3.4.1"; version = "3.4.2";
name = "${pname}-${version}"; name = "${pname}-${version}";
src = fetchurl { src = fetchurl {
url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage"; url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
name="${pname}-${version}.AppImage"; name="${pname}-${version}.AppImage";
sha256 = "Vv+e1q5ThuXDPX8baSU+7/U63p6/dvh0ZvScO1Loj+U="; sha256 = "045yih6vd7ng90aa3fd5nqh7746plyaz72spflb8bcvl8vav57w1";
}; };
appimageContents = appimageTools.extractType2 { appimageContents = appimageTools.extractType2 {