Compare commits

..

2 Commits

Author SHA1 Message Date
nix-update bot 03944ac550 mem0: 2.0.1 -> 2.0.2
Diff: https://github.com/mem0ai/mem0/compare/v2.0.1...v2.0.2

Changelog: https://github.com/mem0ai/mem0/releases/tag/v2.0.2
2026-05-08 04:01:35 +02:00
nix-update bot 60eece2899 chore: update flake inputs 2026-05-08 04:00:45 +02:00
2 changed files with 5 additions and 5 deletions
Generated
+3 -3
View File
@@ -55,11 +55,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1778169579, "lastModified": 1778205034,
"narHash": "sha256-Tq/NKW6AApJzZ0fKnxUTff+w2cAiMxwh+j0aGFO5JhM=", "narHash": "sha256-FIaSdstPMmZfEKRv2+PxLJ9RjjQFxV6aWuOFcDpouWc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3c76fb7d83cd4e83303a7d48aa4868f8c9d47fb3", "rev": "a32d928c014b1d35e3a5d7a6356409fb042bfbb9",
"type": "github" "type": "github"
}, },
"original": { "original": {
+2 -2
View File
@@ -6,14 +6,14 @@
}: }:
python3.pkgs.buildPythonPackage rec { python3.pkgs.buildPythonPackage rec {
pname = "mem0ai"; pname = "mem0ai";
version = "2.0.1"; version = "2.0.2";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mem0ai"; owner = "mem0ai";
repo = "mem0"; repo = "mem0";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-lNSE0Yit+FmM8opC4XYtfVef7JfGd3wMKbLj67Kp4Qw="; hash = "sha256-SV/+v0WmR6iZyyhPIXtj0PcIpPlSclak0zuSsIGebUo=";
}; };
# Relax Python dependency version constraints # Relax Python dependency version constraints