bazarr: 1.5.0 -> 1.5.1

This commit is contained in:
R. Ryantm
2025-01-03 19:53:43 +00:00
parent f585e482bd
commit 65ac365bbe
+2 -2
View File
@@ -17,11 +17,11 @@ let
in
stdenv.mkDerivation rec {
pname = "bazarr";
version = "1.5.0";
version = "1.5.1";
src = fetchzip {
url = "https://github.com/morpheus65535/bazarr/releases/download/v${version}/bazarr.zip";
hash = "sha256-Q/KlqvVWhegSxkxHls0WwCClaQwkmLAfuzfi3X4xgAY=";
hash = "sha256-G/vYVBlwFsRbIgCNfsb8sh1a07Ldo3Z0M7XQ/bcbhTw=";
stripRoot = false;
};