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

ffmpeg-normalize: 1.22.8 -> 1.22.9
This commit is contained in:
Pavol Rusnak 2022-04-18 11:48:14 +02:00 committed by GitHub
commit 790851c44d
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.22.8";
version = "1.22.9";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-vxiq6q8fPh8ZLKnxYdIN591UQW73FWsoke1PvKTkko8=";
sha256 = "sha256-RBrCIDinPXbXKqrrhqVf3rV4rfi+2PttIaYxUKOk7hs=";
};
propagatedBuildInputs = [ ffmpeg ffmpeg-progress-yield ];