Unverified Commit e23ec6f5 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

bazarr: 1.5.4 -> 1.5.5 (#487904)

parents 1fac8e69 5bca569c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,11 +17,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "bazarr";
  version = "1.5.4";
  version = "1.5.5";

  src = fetchzip {
    url = "https://github.com/morpheus65535/bazarr/releases/download/v${version}/bazarr.zip";
    hash = "sha256-NHfEhatHs03DdiyMwpZdJwi55NBHoaPXMmhkq+D1bqE=";
    hash = "sha256-YiR/hi+/vptjHxwBYsq/W3QdjT12+pv74AuU1ggM084=";
    stripRoot = false;
  };