Merge pull request #200373 from r-ryantm/auto-update/ffmpeg-normalize

ffmpeg-normalize: 1.25.2 -> 1.25.3
This commit is contained in:
Pavol Rusnak
2022-11-09 15:34:18 +01:00
committed by GitHub
@@ -7,11 +7,11 @@
buildPythonApplication rec {
pname = "ffmpeg-normalize";
version = "1.25.2";
version = "1.25.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-a/p4lljxf+9vpd0LlBVXY4y4rfxH5vaoIj0EKaRa2zQ=";
sha256 = "sha256-sEA6faoxuFA355ftI5xL3AXZD+6UYSDxRdQXA9nH5wY=";
};
propagatedBuildInputs = [ ffmpeg ffmpeg-progress-yield ];