mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
auto-editor: 22w35c -> 22w39a
This commit is contained in:
parent
5437f45374
commit
a986dc193d
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
python310Packages.buildPythonApplication rec {
|
python310Packages.buildPythonApplication rec {
|
||||||
pname = "auto-editor";
|
pname = "auto-editor";
|
||||||
version = "22w35c";
|
version = "22w39a";
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "WyattBlue";
|
owner = "WyattBlue";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-Vgia61kswKJhqd906Y3x+ddxvM1BZDdKdG9VBiUaafg=";
|
sha256 = "sha256-qtdk1Rr0EhG8LqY5cBxsH6VKXT/f9SV6a1X2R3HZOzI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -23,7 +23,7 @@ python310Packages.buildPythonApplication rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description =
|
description =
|
||||||
"Command-line application for automating video and audio editing with a variety of methods";
|
"Command-line application for automating video and audio editing with a variety of methods";
|
||||||
homepage = "https://auto-editor.com/cli";
|
homepage = "https://auto-editor.com";
|
||||||
license = licenses.unlicense;
|
license = licenses.unlicense;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user