Martin Joerg 2024-07-09 18:38:24 +00:00
parent 304bce0d32
commit c0739a0fca
3 changed files with 7 additions and 9 deletions

View File

@ -5,7 +5,6 @@
runCommand,
buildNpmPackage,
nodejs_18,
tone,
ffmpeg-full,
util-linux,
python3,
@ -42,7 +41,7 @@ let
};
wrapper = import ./wrapper.nix {
inherit stdenv ffmpeg-full tone pname nodejs getopt;
inherit stdenv ffmpeg-full pname nodejs getopt;
};
in buildNpmPackage {

View File

@ -1,9 +1,9 @@
{
"owner": "advplyr",
"repo": "audiobookshelf",
"rev": "964ef910b670f90456d8405a2f1bc9c97cd59cae",
"hash": "sha256-BWMs+SUaPg0Bi5eyD9sV8pLFO0ZGbUFO+B6GXUsPj7k=",
"version": "2.10.1",
"depsHash": "sha256-MAHkvrUztztkhSc8Gjr2YIuHKonuLO6T0YziNOyzVTM=",
"clientDepsHash": "sha256-rd6pes/08qwEM90YkFDY53koQbbjrftNmTJIRKJ3tGw="
"rev": "93114b2181d1ee5f0026fcf04c0a2946e3e96641",
"hash": "sha256-WrXbckMCysHgCl+ji0vCYoGu2DcjRf9wfSxzPYu7uZ8=",
"version": "2.11.0",
"depsHash": "sha256-B9ADqBGFfgNvWUgm6P+Tpg3N/tyBmeL5pyYXFTiBYpc=",
"clientDepsHash": "sha256-EvTUvynnukEzgC/y8v7BHj3oV5U9SeLjF+lAueS36D0="
}

View File

@ -1,4 +1,4 @@
{ stdenv, ffmpeg-full, tone, pname, nodejs, getopt }: ''
{ stdenv, ffmpeg-full, pname, nodejs, getopt }: ''
#!${stdenv.shell}
port=8000
@ -54,7 +54,6 @@
SOURCE=nixpkgs \
FFMPEG_PATH=${ffmpeg-full}/bin/ffmpeg \
FFPROBE_PATH=${ffmpeg-full}/bin/ffprobe \
TONE_PATH=${tone}/bin/tone \
CONFIG_PATH="$config" \
METADATA_PATH="$metadata" \
PORT="$port" \