Compare commits

...

2 Commits

Author SHA1 Message Date
nix-update bot
5c7156a93c mem0: 1.0.7 -> 1.0.9
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 45m51s
Diff: https://github.com/mem0ai/mem0/compare/v1.0.7...v1.0.9

Changelog: https://github.com/mem0ai/mem0/releases/tag/v1.0.9
2026-03-29 04:01:54 +02:00
nix-update bot
c72bd4fdc8 chore: update flake inputs - opencode(v1.3.4) 2026-03-29 04:01:02 +02:00
3 changed files with 13 additions and 13 deletions

20
flake.lock generated
View File

@@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1774509076,
"narHash": "sha256-3Z/1xfP4jJsSONprD5rMLpag+YFVDCkfGg1rY5+w20s=",
"lastModified": 1774647994,
"narHash": "sha256-rlag0DprIbYK12lsHyYtLcKwTKi1K0YHIy6v01+r9p8=",
"owner": "basecamp",
"repo": "basecamp-cli",
"rev": "3d601714b184004af17e169d227f15afd14bc5f9",
"rev": "c42190e9aaa135cc99e8ae0af388ed5b88c10c37",
"type": "github"
},
"original": {
@@ -38,11 +38,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1774532607,
"narHash": "sha256-koMw5uDa2TwQ3/lZ49Jiy4Qj1lNjv80YnCen11P+uKY=",
"lastModified": 1774748653,
"narHash": "sha256-EOtFeBcKd81RM5j68T8dtKcYYyc//F0GpVeEQIhUoAk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c5f84fa27a537e6899c9f636f8810df05fc625cb",
"rev": "8bd5b1affa99ab6415f75ab8e6fa557c44872be6",
"type": "github"
},
"original": {
@@ -59,16 +59,16 @@
]
},
"locked": {
"lastModified": 1774392635,
"narHash": "sha256-04eOIBHX9e8Brwn+uL/7q8szvRUilr4G0B8eB76dhKU=",
"lastModified": 1774746044,
"narHash": "sha256-R/2irENxCD2tlYyGlYCymWjJ4jlqMVP6qFIAADTV07o=",
"owner": "anomalyco",
"repo": "opencode",
"rev": "0dcdf5f529dced23d8452c9aa5f166abb24d8f7c",
"rev": "f0a9075fdf4d2c93ca3e1b27b953a871b03846ce",
"type": "github"
},
"original": {
"owner": "anomalyco",
"ref": "v1.3.2",
"ref": "v1.3.4",
"repo": "opencode",
"type": "github"
}

View File

@@ -12,7 +12,7 @@
# opencode needs newer bun from master
opencode = {
url = "github:anomalyco/opencode/v1.3.2";
url = "github:anomalyco/opencode/v1.3.4";
inputs.nixpkgs.follows = "nixpkgs-master";
};

View File

@@ -6,14 +6,14 @@
}:
python3.pkgs.buildPythonPackage rec {
pname = "mem0ai";
version = "1.0.7";
version = "1.0.9";
pyproject = true;
src = fetchFromGitHub {
owner = "mem0ai";
repo = "mem0";
rev = "v${version}";
hash = "sha256-FF5KJGsMhK58vs0dhc2w/2h6ctG3Jgz9rW6O0EujeDM=";
hash = "sha256-tcWH5VbjIBSHinfjirxbUhxqgU0xOUlcHTQHraMuALg=";
};
# Relax Python dependency version constraints