bazarr: 1.4.4 -> 1.4.5

This commit is contained in:
R. Ryantm
2024-11-01 18:26:08 +01:00
committed by Weijia Wang
parent 0988cc13f0
commit d8cba43834
+2 -2
View File
@@ -8,11 +8,11 @@ let
in
stdenv.mkDerivation rec {
pname = "bazarr";
version = "1.4.4";
version = "1.4.5";
src = fetchzip {
url = "https://github.com/morpheus65535/bazarr/releases/download/v${version}/bazarr.zip";
hash = "sha256-FZKGHC7CLzIzOXH77iHwSb9+Mw1z+kiz+1rLO6XU/94=";
hash = "sha256-BV+ON+SavPc0ZUlIk6tlsvmWub8TiYSSJSRutZb1q+g=";
stripRoot = false;
};