apple-music-electron: 1.5.2 -> 1.5.5

This commit is contained in:
IvarWithoutBones 2021-03-12 01:21:33 +01:00
parent 0fad702a50
commit dd9f4e8517
2 changed files with 4 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{ appimageTools, lib, fetchurl }: { appimageTools, lib, fetchurl }:
let let
pname = "apple-music-electron"; pname = "apple-music-electron";
version = "1.5.2"; version = "1.5.5";
name = "Apple.Music-${version}"; name = "Apple.Music-${version}";
src = fetchurl { src = fetchurl {
url = "https://github.com/iiFir3z/Apple-Music-Electron/releases/download/${version}/${name}.AppImage"; url = "https://github.com/cryptofyre/Apple-Music-Electron/releases/download/v${version}/${name}.AppImage";
sha256 = "1jl0wgwy6ajmfkzygwb7cm9m49nkhp3x6vd8kwmh6ccs3jy4ayp5"; sha256 = "1gb6j3nvam9fcpsgiv56jccg9a4y14vzsyw11h3hckaigy90knpx";
}; };
appimageContents = appimageTools.extract { inherit name src; }; appimageContents = appimageTools.extract { inherit name src; };

View File

@ -184,6 +184,7 @@ rec {
# libraries not on the upstream include list, but nevertheless expected # libraries not on the upstream include list, but nevertheless expected
# by at least one appimage # by at least one appimage
libtool.lib # for Synfigstudio libtool.lib # for Synfigstudio
xorg.libxshmfence # for apple-music-electron
at-spi2-core at-spi2-core
]; ];
}; };