bazarr: 1.5.5 -> 1.5.6

This commit is contained in:
R. Ryantm
2026-02-26 15:31:15 +00:00
parent 3479ee3fd7
commit 7a14f3bea8
+2 -2
View File
@@ -17,11 +17,11 @@ let
in
stdenv.mkDerivation rec {
pname = "bazarr";
version = "1.5.5";
version = "1.5.6";
src = fetchzip {
url = "https://github.com/morpheus65535/bazarr/releases/download/v${version}/bazarr.zip";
hash = "sha256-YiR/hi+/vptjHxwBYsq/W3QdjT12+pv74AuU1ggM084=";
hash = "sha256-S3idNH9Wm9f6aNj69dERmeks1rLvUeQJYFebXa5cWQo=";
stripRoot = false;
};