Compare commits

...

2 Commits

Author SHA1 Message Date
nix-update bot
25968af711 mem0: 1.0.6 -> 1.0.7
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 6m1s
Diff: https://github.com/mem0ai/mem0/compare/v1.0.6...v1.0.7

Changelog: https://github.com/mem0ai/mem0/releases/tag/v1.0.7
2026-03-21 03:01:45 +01:00
nix-update bot
595d0a23a9 chore: update flake inputs 2026-03-21 03:00:47 +01:00
2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View File

@@ -18,11 +18,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1774014540,
"narHash": "sha256-D/ZekNBIrhkYwgDl/FtkDAb2heZA0WiYYNNeuRqEd54=",
"lastModified": 1774053289,
"narHash": "sha256-U+wnCEgsGdRqXfUlt1yZffhLMGbUnkb4MYmisBI+KcU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "4e5dce42b48cb560bfc4dc55a243ee5ab0dbd719",
"rev": "28afc93f3c091ae6cacfba64d8a486fab9c9af07",
"type": "github"
},
"original": {

View File

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