Unverified Commit 0b24a053 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

gpt4all-chat: 2.6.2 -> 2.7.0
parents 2cbb26cd a603808a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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}";