]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - pkgs/webapps/nextcloud/apps/audioplayer.nix
Move nextcloud and apps to pkgs
[perso/Immae/Config/Nix.git] / pkgs / webapps / nextcloud / apps / audioplayer.nix
CommitLineData
0ede7366
IB
1{ buildApp }:
2buildApp rec {
3 appName = "audioplayer";
4 version = "2.6.0";
5 url = "https://github.com/Rello/${appName}/releases/download/${version}/${appName}-${version}.tar.gz";
6 sha256 = "08apm7dhnljagcvq8b1dsqcck4nqwmz60bf3mx44xvbhiaq6nim4";
7}