Compare commits

..

2 Commits

Author SHA1 Message Date
nix-update bot
5ce015afa3 mem0: 1.0.5 -> 1.0.6
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 4m51s
Diff: https://github.com/mem0ai/mem0/compare/v1.0.5...v1.0.6

Changelog: https://github.com/mem0ai/mem0/releases/tag/v1.0.6
2026-03-18 03:01:42 +01:00
nix-update bot
259d2ee82b chore: update flake inputs 2026-03-18 03:00:45 +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": 1773755184,
"narHash": "sha256-4yQ8tz7MA9uDcZCJr59dexXyTz4NpQGnmSs4gyeALO8=",
"lastModified": 1773797957,
"narHash": "sha256-gtYV+47z6gASzxrRNbd2DCXWpsTJxgpD6u9dhSI0dWc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6fd329b2adfecb86ae49c1cba89689bd0f229e04",
"rev": "746c723f43bbf780848afc8ce6fcb6ddec8207a3",
"type": "github"
},
"original": {

View File

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