bazarr: 1.4.3 -> 1.4.4 (#342180)

This commit is contained in:
Weijia Wang 2024-09-26 23:15:07 +02:00 committed by GitHub
commit 26d8485591
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@ let
in
stdenv.mkDerivation rec {
pname = "bazarr";
version = "1.4.3";
version = "1.4.4";
sourceRoot = ".";
src = fetchurl {
url = "https://github.com/morpheus65535/bazarr/releases/download/v${version}/bazarr.zip";
sha256 = "sha256-tmTdmUfRBRlB14juNxUo65Re+9agUBX0BBSuNu3pSC0=";
sha256 = "sha256-YVg9pHk7KB4FjtmsFV4INSIKdLFiHHN8FHxeVDz2SlU=";
};
nativeBuildInputs = [ unzip makeWrapper ];