mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
auto-editor: 22w22a -> 22w25a
This commit is contained in:
parent
dcb13fd3ef
commit
c85b34a770
@ -2,20 +2,16 @@
|
||||
|
||||
python310Packages.buildPythonApplication rec {
|
||||
pname = "auto-editor";
|
||||
version = "22w22a";
|
||||
version = "22w25a";
|
||||
doCheck = false;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "WyattBlue";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-SSdiBLyijed4bRqI4Y4vJ4HetNTGQgDMnXmbLRNspL0=";
|
||||
sha256 = "sha256-SKlAgGqowFvvenhbFiTWbVLYAB5CChQ+EdPXxsWxNgE=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace ./setup.py --replace "pillow==9.1.1" "pillow==9.1.0"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = with python310Packages;
|
||||
[ numpy yt-dlp av pillow ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user