bazarr: 1.1.2 -> 1.1.3

This commit is contained in:
R. Ryantm 2022-12-05 13:01:33 +00:00 committed by Bjørn Forsman
parent 6e904178e0
commit 20e9c067c7

View file

@ -8,13 +8,13 @@ let
in
stdenv.mkDerivation rec {
pname = "bazarr";
version = "1.1.2";
version = "1.1.3";
sourceRoot = ".";
src = fetchurl {
url = "https://github.com/morpheus65535/bazarr/releases/download/v${version}/bazarr.zip";
sha256 = "sha256-cTSRfnMYAyoOoTy0wx8sxqyS92zP6GZu8aH5hRRTxU4=";
sha256 = "sha256-jt6E+VtD7JdPIJdWBkVrQyiNfT7vxSYz4kXrFQAdpXE=";
};
nativeBuildInputs = [ unzip makeWrapper ];