Skip to content

Commit

Permalink
bazarr: 0.9.0.2 -> 0.9.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and FRidh committed Oct 25, 2020
1 parent cb6357d commit 6fecc33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/bazarr/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "bazarr";
version = "0.9.0.2";
version = "0.9.0.5";

src = fetchurl {
url = "https://github.com/morpheus65535/bazarr/archive/v${version}.tar.gz";
sha256 = "1lvldklj61hg9h1m0ixaa4zcf4ggdj6wf4myhwwampq4bmr2havj";
sha256 = "1mm8qghkif48jr7fq28kp7zk5x71zm43isf0a96crpi9qi91sdd5";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 6fecc33

Please sign in to comment.