mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
ffmpeg-normalize: 1.15.7 -> 1.15.8
This commit is contained in:
parent
81baaa6860
commit
3267f92b98
|
@ -7,11 +7,11 @@
|
|||
|
||||
buildPythonApplication rec {
|
||||
pname = "ffmpeg-normalize";
|
||||
version = "1.15.7";
|
||||
version = "1.15.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0161939f864e973b11d50170c657baf3e1433147f46c74a74ed5025a822e9a2d";
|
||||
sha256 = "01lx1ki1iglg1dz6x99ciqx5zqlbj7hvfb12ga9m68ypjm0fcphl";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ ffmpeg tqdm ];
|
||||
|
|
Loading…
Reference in a new issue