bazarr: 1.5.2 -> 1.5.3

This commit is contained in:
R. Ryantm
2025-09-20 17:02:23 +00:00
parent f2e6aba382
commit c9cdf9dd33
+2 -2
View File
@@ -17,11 +17,11 @@ let
in
stdenv.mkDerivation rec {
pname = "bazarr";
version = "1.5.2";
version = "1.5.3";
src = fetchzip {
url = "https://github.com/morpheus65535/bazarr/releases/download/v${version}/bazarr.zip";
hash = "sha256-A6fm5zqlrml7iT3jS9r/XJbCyL+lr/V6WCisxtTKDjA=";
hash = "sha256-2JzsGnGgrkD5G0ZmrphkPZTnak3gdkHloXRKA+p9Y/0=";
stripRoot = false;
};