We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7302634 + 0234af0 commit b0abc14Copy full SHA for b0abc14
pkgs/development/python-modules/ffmpy/default.nix
@@ -12,7 +12,7 @@
12
13
buildPythonPackage rec {
14
pname = "ffmpy";
15
- version = "0.4.0";
+ version = "0.5.0";
16
pyproject = true;
17
18
disabled = pythonOlder "3.8.1";
@@ -21,12 +21,12 @@ buildPythonPackage rec {
21
owner = "Ch00k";
22
repo = "ffmpy";
23
rev = "refs/tags/${version}";
24
- hash = "sha256-XWI0Hq4vf9Q0/dRzmu1B7EQHdQRkWaNJaBaqusWW7YM=";
+ hash = "sha256-spbyz1EyMJRXJTm7TqN9XoqR9ztBKsNZx3NURwV7N2w=";
25
};
26
27
postPatch = ''
28
# default to store ffmpeg
29
- substituteInPlace ffmpy.py \
+ substituteInPlace ffmpy/ffmpy.py \
30
--replace-fail \
31
'executable: str = "ffmpeg",' \
32
'executable: str = "${ffmpeg-headless}/bin/ffmpeg",'
0 commit comments