Unverified Commit 7c70a371 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #232297 from samuela/upkeep-bot/plexamp-4.7.4-1684268905

plexamp: 4.6.2 -> 4.7.4
parents d67946d4 826e6991
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

let
  pname = "plexamp";
  version = "4.6.2";
  version = "4.7.4";

  src = fetchurl {
    url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
    name="${pname}-${version}.AppImage";
    sha512 = "xGmE/ikL3ez0WTJKiOIcB5QtI7Ta9wq1Qedy9albWVpCS04FTnxQH5S0esTXw6j+iDTD8Lc2JbOhw8tYo/zRXg==";
    sha512 = "TZ7JNSrUtsqnH+fWIcd1v4fY0jPnMV7nqV/QsbD7ZpqIBCkN3R9WQvc/E9gah163Ab40g9CmdghTGo3v8VW2Rw==";
  };

  appimageContents = appimageTools.extractType2 {
@@ -33,7 +33,7 @@ in appimageTools.wrapType2 {
  meta = with lib; {
    description = "A beautiful Plex music player for audiophiles, curators, and hipsters";
    homepage = "https://plexamp.com/";
    changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/49";
    changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/50";
    license = licenses.unfree;
    maintainers = with maintainers; [ killercup synthetica ];
    platforms = [ "x86_64-linux" ];