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

bazarr: 1.0.2 -> 1.0.3
This commit is contained in:
Renaud
2022-02-27 15:20:38 +01:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bazarr";
version = "1.0.2";
version = "1.0.3";
sourceRoot = ".";
src = fetchurl {
url = "https://github.com/morpheus65535/bazarr/releases/download/v${version}/bazarr.zip";
sha256 = "sha256-aI5uxfMR+UpwxbUsJNNYYjqVX2epk60JbqWHRhB4v7I=";
sha256 = "sha256-VApcTYARC6NaVmwXgpzW8xRE23refGudBgPsyq7Ypig=";
};
nativeBuildInputs = [ unzip makeWrapper ];