Skip to content

Commit

Permalink
python312Packages.ffmpy: 0.4.0 -> 0.5.0 (NixOS#367775)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Dec 26, 2024
2 parents 7302634 + 0234af0 commit b0abc14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/ffmpy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "ffmpy";
version = "0.4.0";
version = "0.5.0";
pyproject = true;

disabled = pythonOlder "3.8.1";
Expand All @@ -21,12 +21,12 @@ buildPythonPackage rec {
owner = "Ch00k";
repo = "ffmpy";
rev = "refs/tags/${version}";
hash = "sha256-XWI0Hq4vf9Q0/dRzmu1B7EQHdQRkWaNJaBaqusWW7YM=";
hash = "sha256-spbyz1EyMJRXJTm7TqN9XoqR9ztBKsNZx3NURwV7N2w=";
};

postPatch = ''
# default to store ffmpeg
substituteInPlace ffmpy.py \
substituteInPlace ffmpy/ffmpy.py \
--replace-fail \
'executable: str = "ffmpeg",' \
'executable: str = "${ffmpeg-headless}/bin/ffmpeg",'
Expand Down

0 comments on commit b0abc14

Please sign in to comment.