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

ffmpeg-normalize: 1.25.2 -> 1.25.3

authored by Pavol Rusnak and committed by GitHub 8a57de33 71d89876

+2 -2
+2 -2
pkgs/applications/video/ffmpeg-normalize/default.nix
··· 7 7 8 8 buildPythonApplication rec { 9 9 pname = "ffmpeg-normalize"; 10 - version = "1.25.2"; 10 + version = "1.25.3"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "sha256-a/p4lljxf+9vpd0LlBVXY4y4rfxH5vaoIj0EKaRa2zQ="; 14 + sha256 = "sha256-sEA6faoxuFA355ftI5xL3AXZD+6UYSDxRdQXA9nH5wY="; 15 15 }; 16 16 17 17 propagatedBuildInputs = [ ffmpeg ffmpeg-progress-yield ];