Unverified Commit a4cd8273 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #325856 from mjoerg/audiobookshelf-2.11.0

audiobookshelf: 2.10.1 -> 2.11.0
parents faa894b1 c0739a0f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 {
+5 −5
Original line number Diff line number Diff line
{
  "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="
}
+1 −2
Original line number Diff line number Diff line
{ 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" \