mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
python: ha-ffmpeg: 1.11 -> 2.0
This commit is contained in:
parent
d7b0b1ea56
commit
38aaf0dae2
@ -3,13 +3,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ha-ffmpeg";
|
||||
version = "1.11";
|
||||
version = "2.0";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "386cc5bbec3a341d8bafec1c524bd8e64f41f9be8195808dec80f76661bf1cc3";
|
||||
sha256 = "230f2fa990c9caaff1c67c2227b64756062248083849651a9bec7d599e519a42";
|
||||
};
|
||||
|
||||
buildInputs = [ ffmpeg ];
|
||||
|
Loading…
Reference in New Issue
Block a user