mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
auto-editor: 22w32a -> 22w35c
This commit is contained in:
parent
6ad3fdc88b
commit
50d87430bf
@ -2,19 +2,19 @@
|
||||
|
||||
python310Packages.buildPythonApplication rec {
|
||||
pname = "auto-editor";
|
||||
version = "22w32a";
|
||||
version = "22w35c";
|
||||
doCheck = false;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "WyattBlue";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-VbEr3/8PmV9mShoyv2hsc0rX8RUM39lgVk5HGe5DKYY=";
|
||||
sha256 = "sha256-Vgia61kswKJhqd906Y3x+ddxvM1BZDdKdG9VBiUaafg=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
sed ./setup.py -i -E \
|
||||
-e "/ae-ffmpeg==1.0.0/d"
|
||||
-e "/ae-ffmpeg/d"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = with python310Packages; [ numpy yt-dlp av pillow ];
|
||||
|
Loading…
Reference in New Issue
Block a user