Skip to content

Commit

Permalink
bazarr: 0.8.4.4 -> 0.9
Browse files Browse the repository at this point in the history
Co-Authored-By: Silvan Mosberger <contact@infinisil.com>
  • Loading branch information
r-ryantm and infinisil committed Aug 23, 2020
1 parent dd049a4 commit 7d1e090
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/bazarr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "bazarr";
version = "0.8.4.4";
version = "0.9";

src = fetchurl {
url = "https://github.com/morpheus65535/bazarr/archive/v${version}.tar.gz";
sha256 = "09qpy5fyyidi45968qg37cighfh3rgwsi8pfz4fk5fp2v1xq23yg";
sha256 = "106f0gagq81rwykppyfjc7q8ibq3j89lp08hqgbmcv26hxb89rbj";
};

nativeBuildInputs = [ makeWrapper ];
Expand All @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
cp -r * $out/src
mkdir -p $out/bin
makeWrapper "${(python3.withPackages (ps: [ps.lxml])).interpreter}" \
makeWrapper "${(python3.withPackages (ps: [ps.lxml ps.numpy])).interpreter}" \
$out/bin/bazarr \
--add-flags "$out/src/bazarr.py" \
'';
Expand Down

0 comments on commit 7d1e090

Please sign in to comment.