From 0234af04f44b9acec790754aafd1419ad00ae9f6 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Tue, 24 Dec 2024 01:12:02 +0100 Subject: [PATCH] python312Packages.ffmpy: 0.4.0 -> 0.5.0 Diff: https://github.com/Ch00k/ffmpy/compare/refs/tags/0.4.0...0.5.0 --- pkgs/development/python-modules/ffmpy/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/ffmpy/default.nix b/pkgs/development/python-modules/ffmpy/default.nix index ec639f9ef821..f4d4fb0f9094 100644 --- a/pkgs/development/python-modules/ffmpy/default.nix +++ b/pkgs/development/python-modules/ffmpy/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "ffmpy"; - version = "0.4.0"; + version = "0.5.0"; pyproject = true; disabled = pythonOlder "3.8.1"; @@ -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",'