bazarr: 1.0.3 -> 1.1.0

This commit is contained in:
Andrei Pampu 2022-08-17 22:11:48 +03:00
parent cdb8f017e7
commit 123570f4b2
No known key found for this signature in database
GPG Key ID: F2DC02C574BED3EA

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bazarr";
version = "1.0.3";
version = "1.1.0";
sourceRoot = ".";
src = fetchurl {
url = "https://github.com/morpheus65535/bazarr/releases/download/v${version}/bazarr.zip";
sha256 = "sha256-VApcTYARC6NaVmwXgpzW8xRE23refGudBgPsyq7Ypig=";
sha256 = "sha256-nmhV55PysK8Q/DRO4QxWhq73yh6TDPYZgl+Yoqd05zQ=";
};
nativeBuildInputs = [ unzip makeWrapper ];