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

gpt4all: 2.7.4 -> 2.7.5
This commit is contained in:
Pol Dellaiera
2024-05-04 09:12:28 +02:00
committed by GitHub
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gpt4all";
version = "2.7.4";
version = "2.7.5";
src = fetchFromGitHub {
fetchSubmodules = true;
hash = "sha256-G22d2Q6z7DmPHM/DEE7iyJ8SWRZdoVdSWw+gnPVHdEg=";
hash = "sha256-i/T6gk8ICneW624008eiStgYNv5CE8w0Yx8knk57EFw=";
owner = "nomic-ai";
repo = "gpt4all";
rev = "v${finalAttrs.version}";