bazarr: 1.4.1 -> 1.4.2

This commit is contained in:
R. Ryantm 2024-02-20 08:59:32 +00:00
parent f33dd27a47
commit 75f1170a49
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@ let
in
stdenv.mkDerivation rec {
pname = "bazarr";
version = "1.4.1";
version = "1.4.2";
sourceRoot = ".";
src = fetchurl {
url = "https://github.com/morpheus65535/bazarr/releases/download/v${version}/bazarr.zip";
sha256 = "sha256-qkOvodOHeV+jo/+c6RiVEmjorXF+PIJ4C+S9/hDBW98=";
sha256 = "sha256-1OqbCyQmA33ZvyCE11ZSyVwEgyym0Y0EX6qx3g71lnQ=";
};
nativeBuildInputs = [ unzip makeWrapper ];