bazarr: 1.5.1 -> 1.5.2

This commit is contained in:
R. Ryantm
2025-05-11 20:22:37 +00:00
parent b26b153a7c
commit dacbb17c19

View File

@@ -17,11 +17,11 @@ let
in
stdenv.mkDerivation rec {
pname = "bazarr";
version = "1.5.1";
version = "1.5.2";
src = fetchzip {
url = "https://github.com/morpheus65535/bazarr/releases/download/v${version}/bazarr.zip";
hash = "sha256-G/vYVBlwFsRbIgCNfsb8sh1a07Ldo3Z0M7XQ/bcbhTw=";
hash = "sha256-A6fm5zqlrml7iT3jS9r/XJbCyL+lr/V6WCisxtTKDjA=";
stripRoot = false;
};