Unverified Commit 2ff10d2a authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

audiobookshelf: unpin nodejs (#391869)

parents a9292d1c cde96fe1
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchFromGitHub,
  runCommand,
  buildNpmPackage,
  nodejs_18,
  nodejs,
  ffmpeg-full,
  nunicode,
  util-linux,
@@ -14,8 +14,6 @@
}:

let
  nodejs = nodejs_18;

  source = builtins.fromJSON (builtins.readFile ./source.json);
  pname = "audiobookshelf";