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

This commit is contained in:
Pavol Rusnak 2022-08-06 10:09:23 +02:00 committed by GitHub
commit bf38139a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
buildPythonApplication rec {
pname = "ffmpeg-normalize";
version = "1.23.1";
version = "1.24.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-23s5mYwoIUiBs1MXGJVepycGj8e1xCuFAgim5NHKZRc=";
sha256 = "sha256-sQ8Qorf74ypMmpRd9b/wrqg28TZ295t6qkKosxyaG1I=";
};
propagatedBuildInputs = [ ffmpeg ffmpeg-progress-yield ];