gpt4all: 2.7.1 -> 2.7.2

This commit is contained in:
Pol Dellaiera 2024-03-06 13:29:28 +01:00
parent 8fd35035ba
commit 8d3af97517
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gpt4all";
version = "2.7.1";
version = "2.7.2";
src = fetchFromGitHub {
fetchSubmodules = true;
hash = "sha256-PXOnhSU8YaV0fcLAptSVjsUP2Za23GFUxyOkL0T6z0o=";
hash = "sha256-casGjHiVZXec+9HGIH5fcpfWgLfsGCM5pEBINXJgMY8=";
owner = "nomic-ai";
repo = "gpt4all";
rev = "v${finalAttrs.version}";