audiobookshelf: 2.12.3 -> 2.13.2 (#338993)
This commit is contained in:
commit
6df34e21fb
@ -56,14 +56,6 @@ buildNpmPackage {
|
|||||||
inherit pname src;
|
inherit pname src;
|
||||||
inherit (source) version;
|
inherit (source) version;
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
# Always skip version checks of the binary manager.
|
|
||||||
# We provide our own binaries, and don't want to trigger downloads.
|
|
||||||
substituteInPlace server/managers/BinaryManager.js --replace-fail \
|
|
||||||
'if (!this.validVersions.length) return true' \
|
|
||||||
'return true'
|
|
||||||
'';
|
|
||||||
|
|
||||||
buildInputs = [ util-linux ];
|
buildInputs = [ util-linux ];
|
||||||
nativeBuildInputs = [ python3 ];
|
nativeBuildInputs = [ python3 ];
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"owner": "advplyr",
|
"owner": "advplyr",
|
||||||
"repo": "audiobookshelf",
|
"repo": "audiobookshelf",
|
||||||
"rev": "52a3bc224ae7c79fbb543716a25b731c65a8f76a",
|
"rev": "48f232790a5026ac886564ef57660a338a168187",
|
||||||
"hash": "sha256-SbpoCtd5PJ6fU9muy58J4VxlbKiJM0OfMALHC5DUqFc=",
|
"hash": "sha256-2/lUByeWMZlxk7i+mvzBuxlxD97C+JEtmf/ajht5AOs=",
|
||||||
"version": "2.12.3",
|
"version": "2.13.2",
|
||||||
"depsHash": "sha256-8YUGM+MPYFLpLwWe3W+eObxH4ZklDVGj8bDYkSWTzQg=",
|
"depsHash": "sha256-kU5Nrhy6AePwD2/kmvTXvrvGUH8uz3qm3ZvD3kC9EmE=",
|
||||||
"clientDepsHash": "sha256-8xE1M7InH+Rxjpb2rsdvC3LcLV+k8a83BKWCis5P+tY="
|
"clientDepsHash": "sha256-1haujBoC9KyusE52HeepOcvmb6v7EG5XWD4dq1wPfe4="
|
||||||
}
|
}
|
||||||
|
@ -52,6 +52,7 @@
|
|||||||
|
|
||||||
NODE_ENV=production \
|
NODE_ENV=production \
|
||||||
SOURCE=nixpkgs \
|
SOURCE=nixpkgs \
|
||||||
|
SKIP_BINARIES_CHECK=1 \
|
||||||
FFMPEG_PATH=${ffmpeg-full}/bin/ffmpeg \
|
FFMPEG_PATH=${ffmpeg-full}/bin/ffmpeg \
|
||||||
FFPROBE_PATH=${ffmpeg-full}/bin/ffprobe \
|
FFPROBE_PATH=${ffmpeg-full}/bin/ffprobe \
|
||||||
CONFIG_PATH="$config" \
|
CONFIG_PATH="$config" \
|
||||||
|
Loading…
Reference in New Issue
Block a user