Merge pull request #264267 from adamcstephens/audiobookshelf/2.5.0

audiobookshelf: 2.4.4 -> 2.5.0
This commit is contained in:
Mario Rodas 2023-10-31 21:28:31 -05:00 committed by GitHub
commit 54f7c9a76f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,13 +17,13 @@ let
nodejs = nodejs_18;
pname = "audiobookshelf";
version = "2.4.4";
version = "2.5.0";
src = fetchFromGitHub {
owner = "advplyr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-W0Vk1G/NI2u/iWhR5Q9Dwo9Ndq4QDiWUae6K22QfHfo=";
sha256 = "sha256-yPDByM09rc9zRLh0ONcY5bScY4NOrKDv0Pdwo97Czcs=";
};
client = buildNpmPackage {
@ -37,7 +37,7 @@ let
NODE_OPTIONS = "--openssl-legacy-provider";
npmBuildScript = "generate";
npmDepsHash = "sha256-ep67S92WWvZO578EIpJCkdgMJAG/qJLe8twy4663RHQ=";
npmDepsHash = "sha256-ZNkHDNjaQbUt3oWnNIYPYkcvjelieY4RJxNSbzR1+JM=";
};
wrapper = import ./wrapper.nix {
@ -52,7 +52,7 @@ in buildNpmPackage {
dontNpmBuild = true;
npmInstallFlags = [ "--only-production" ];
npmDepsHash = "sha256-SutXEc9kKV/9E/Sh1gl49W6JcN/w+6FIJwL8rxPbBVA=";
npmDepsHash = "sha256-PVgK8R8sf16KKQS/mPXtvit9CW9+4Gc9Onpaw+SSgNI=";
installPhase = ''
mkdir -p $out/opt/client