open-interpreter: 0.1.3 -> 0.1.4
Diff: https://github.com/KillianLucas/open-interpreter/compare/v0.1.3...v0.1.4 Changelog: https://github.com/KillianLucas/open-interpreter/releases/tag/v0.1.4
This commit is contained in:
parent
4b78bdb82e
commit
a84493f2f4
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
, fetchFromGitHub
|
||||
}:
|
||||
let
|
||||
version = "0.1.3";
|
||||
version = "0.1.4";
|
||||
in
|
||||
python3.pkgs.buildPythonApplication {
|
||||
pname = "open-interpreter";
|
||||
|
@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication {
|
|||
owner = "KillianLucas";
|
||||
repo = "open-interpreter";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-xmmyDIshEYql41k/7gF+ay7s3mI+iGCjr5gDfLkqLU0=";
|
||||
hash = "sha256-3a4pRV8o+NBZGgOuXng97KjRVU8xVqBp+B9sXsCqHtk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue