bazarr: 0.9.7 -> 0.9.8

This commit is contained in:
R. RyanTM 2021-09-06 01:16:36 +00:00
parent 1871c113f1
commit 2194cab704

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bazarr";
version = "0.9.7";
version = "0.9.8";
sourceRoot = ".";
src = fetchurl {
url = "https://github.com/morpheus65535/bazarr/releases/download/v${version}/bazarr.zip";
sha256 = "sha256-OyH3/KK8d5pWu+Ubzgd4N0IwpumbAe/43Oo+LGg+Erc=";
sha256 = "sha256-ESmSfor28KIaZ68Sy+YRbumefHDxLZgBQ6XeUSYSR1c=";
};
nativeBuildInputs = [ unzip makeWrapper ];