Merge pull request #287371 from r-ryantm/auto-update/gpt4all-chat

gpt4all-chat: 2.6.2 -> 2.7.0
This commit is contained in:
Pol Dellaiera 2024-02-09 08:41:28 +01:00 committed by GitHub
commit 0b24a053a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gpt4all-chat";
version = "2.6.2";
version = "2.7.0";
src = fetchFromGitHub {
fetchSubmodules = true;
hash = "sha256-BQE4UQEOOUAh0uGwQf7Q9D30s+aoGFyyMH6EI/WVIkc=";
hash = "sha256-l9Do58Cld9n89J+px8RPjyioIa0Bo3qGSQe7QEGcZr8=";
owner = "nomic-ai";
repo = "gpt4all";
rev = "v${finalAttrs.version}";