Merge pull request #261185 from r-ryantm/auto-update/bazarr

bazarr: 1.3.0 -> 1.3.1
This commit is contained in:
Weijia Wang 2023-10-18 16:22:54 +02:00 committed by GitHub
commit 8d46abbafd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@ let
in
stdenv.mkDerivation rec {
pname = "bazarr";
version = "1.3.0";
version = "1.3.1";
sourceRoot = ".";
src = fetchurl {
url = "https://github.com/morpheus65535/bazarr/releases/download/v${version}/bazarr.zip";
sha256 = "sha256-f9LKJZX+dZRUGq+g/PHvCzN8UpDiBpEVvqEO6CZPoAE=";
sha256 = "sha256-AhUMrvnZoo0XMfJ6F9Bi4mC0hk5T3EkQPX/s4tHWcic=";
};
nativeBuildInputs = [ unzip makeWrapper ];