Commit 1c72f09b authored by R. RyanTM's avatar R. RyanTM
Browse files

plexamp: 4.11.1 -> 4.11.2

parent e09e0b5a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

let
  pname = "plexamp";
  version = "4.11.1";
  version = "4.11.2";

  src = fetchurl {
    url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
    name = "${pname}-${version}.AppImage";
    hash = "sha512-miZACuT5kswIgdaYSFnYeoIUFtF6IRXKbLLrpOVga4UULgwnzinGehSNDd6feSyuDoKQhXIbDB/8eI4jERTS1A==";
    hash = "sha512-cNBupLFHhq7GDoj/QYGsS0UShTKmDpf/JxBZS92VwTCuuBjScTMGF0cETGEYYnvxqv4vf9MSKNY0/HW9CuguaA==";
  };

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