bazarr: 1.1.0 -> 1.1.1 and add source provenance

This commit is contained in:
Andrei Pampu 2022-09-05 13:22:27 +03:00
parent 123570f4b2
commit 851594e2b7
No known key found for this signature in database
GPG Key ID: F2DC02C574BED3EA

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bazarr";
version = "1.1.0";
version = "1.1.1";
sourceRoot = ".";
src = fetchurl {
url = "https://github.com/morpheus65535/bazarr/releases/download/v${version}/bazarr.zip";
sha256 = "sha256-nmhV55PysK8Q/DRO4QxWhq73yh6TDPYZgl+Yoqd05zQ=";
sha256 = "sha256-ClVHThhcf4QkYhgJevTKroBe0z0YZX83qKFB0thH6eM=";
};
nativeBuildInputs = [ unzip makeWrapper ];
@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Subtitle manager for Sonarr and Radarr";
homepage = "https://www.bazarr.media/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.gpl3Only;
maintainers = with maintainers; [ d-xo ];
platforms = platforms.all;