Skip to content

Commit

Permalink
Merge pull request #160071 from samuela/upkeep-bot/plexamp-4.0.0-1644…
Browse files Browse the repository at this point in the history
…883889
  • Loading branch information
Synthetica9 authored Feb 15, 2022
2 parents 3cc1b81 + acfd0f6 commit 4e256c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/audio/plexamp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

let
pname = "plexamp";
version = "3.9.1";
version = "4.0.0";

src = fetchurl {
url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
name="${pname}-${version}.AppImage";
sha512 = "uassNLdCXx3WLarUMJNhU8fbXugG7yTLMQacPAszLoRdmbMwcN6wT7ED26VhlNVhY3xr02GjZSDw4/LADZWqKw==";
sha512 = "C6fR3HyXZ5dXvKqtADjCm9WwsnI/wKhlR0K4+zkEW4JNmozmZvdB9eDIoS32wgTe23phtwazbXwroK/Xb0kZmQ==";
};

appimageContents = appimageTools.extractType2 {
Expand All @@ -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/37";
changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/38";
license = licenses.unfree;
maintainers = with maintainers; [ killercup synthetica ];
platforms = [ "x86_64-linux" ];
Expand Down

0 comments on commit 4e256c3

Please sign in to comment.