Malo Bourgon 2023-09-22 11:35:15 -07:00 committed by Yt
parent 4b78bdb82e
commit a84493f2f4

View file

@ -3,7 +3,7 @@
, fetchFromGitHub , fetchFromGitHub
}: }:
let let
version = "0.1.3"; version = "0.1.4";
in in
python3.pkgs.buildPythonApplication { python3.pkgs.buildPythonApplication {
pname = "open-interpreter"; pname = "open-interpreter";
@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication {
owner = "KillianLucas"; owner = "KillianLucas";
repo = "open-interpreter"; repo = "open-interpreter";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-xmmyDIshEYql41k/7gF+ay7s3mI+iGCjr5gDfLkqLU0="; hash = "sha256-3a4pRV8o+NBZGgOuXng97KjRVU8xVqBp+B9sXsCqHtk=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [