Unverified Commit 6df34e21 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

audiobookshelf: 2.12.3 -> 2.13.2 (#338993)

parents 598729a9 01a72981
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -56,14 +56,6 @@ buildNpmPackage {
  inherit pname src;
  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 ];
  nativeBuildInputs = [ python3 ];

+5 −5
Original line number Diff line number Diff line
{
  "owner": "advplyr",
  "repo": "audiobookshelf",
  "rev": "52a3bc224ae7c79fbb543716a25b731c65a8f76a",
  "hash": "sha256-SbpoCtd5PJ6fU9muy58J4VxlbKiJM0OfMALHC5DUqFc=",
  "version": "2.12.3",
  "depsHash": "sha256-8YUGM+MPYFLpLwWe3W+eObxH4ZklDVGj8bDYkSWTzQg=",
  "clientDepsHash": "sha256-8xE1M7InH+Rxjpb2rsdvC3LcLV+k8a83BKWCis5P+tY="
  "rev": "48f232790a5026ac886564ef57660a338a168187",
  "hash": "sha256-2/lUByeWMZlxk7i+mvzBuxlxD97C+JEtmf/ajht5AOs=",
  "version": "2.13.2",
  "depsHash": "sha256-kU5Nrhy6AePwD2/kmvTXvrvGUH8uz3qm3ZvD3kC9EmE=",
  "clientDepsHash": "sha256-1haujBoC9KyusE52HeepOcvmb6v7EG5XWD4dq1wPfe4="
}
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@

    NODE_ENV=production \
      SOURCE=nixpkgs \
      SKIP_BINARIES_CHECK=1 \
      FFMPEG_PATH=${ffmpeg-full}/bin/ffmpeg \
      FFPROBE_PATH=${ffmpeg-full}/bin/ffprobe \
      CONFIG_PATH="$config" \