bazarr: 1.5.4 -> 1.5.5

This commit is contained in:
R. Ryantm
2026-02-07 09:50:57 +00:00
parent 16566a2789
commit 5bca569cb9
+2 -2
View File
@@ -17,11 +17,11 @@ let
in
stdenv.mkDerivation rec {
pname = "bazarr";
version = "1.5.4";
version = "1.5.5";
src = fetchzip {
url = "https://github.com/morpheus65535/bazarr/releases/download/v${version}/bazarr.zip";
hash = "sha256-NHfEhatHs03DdiyMwpZdJwi55NBHoaPXMmhkq+D1bqE=";
hash = "sha256-YiR/hi+/vptjHxwBYsq/W3QdjT12+pv74AuU1ggM084=";
stripRoot = false;
};