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

bazarr: 1.4.0 -> 1.4.1
This commit is contained in:
Janne Heß
2024-02-05 17:41:18 +01:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@ let
in
stdenv.mkDerivation rec {
pname = "bazarr";
version = "1.4.0";
version = "1.4.1";
sourceRoot = ".";
src = fetchurl {
url = "https://github.com/morpheus65535/bazarr/releases/download/v${version}/bazarr.zip";
sha256 = "sha256-sCP1I57FSXTf5iQlmUIQHMrSGNOxG/R2aahU3D8x5Ww=";
sha256 = "sha256-qkOvodOHeV+jo/+c6RiVEmjorXF+PIJ4C+S9/hDBW98=";
};
nativeBuildInputs = [ unzip makeWrapper ];