Compare commits

...
2 Commits
2 changed files with 5 additions and 5 deletions
Generated
+3 -3
View File
@@ -55,11 +55,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1778169579,
"narHash": "sha256-Tq/NKW6AApJzZ0fKnxUTff+w2cAiMxwh+j0aGFO5JhM=",
"lastModified": 1778205034,
"narHash": "sha256-FIaSdstPMmZfEKRv2+PxLJ9RjjQFxV6aWuOFcDpouWc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3c76fb7d83cd4e83303a7d48aa4868f8c9d47fb3",
"rev": "a32d928c014b1d35e3a5d7a6356409fb042bfbb9",
"type": "github"
},
"original": {
+2 -2
View File
@@ -6,14 +6,14 @@
}:
python3.pkgs.buildPythonPackage rec {
pname = "mem0ai";
version = "2.0.1";
version = "2.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "mem0ai";
repo = "mem0";
rev = "v${version}";
hash = "sha256-lNSE0Yit+FmM8opC4XYtfVef7JfGd3wMKbLj67Kp4Qw=";
hash = "sha256-SV/+v0WmR6iZyyhPIXtj0PcIpPlSclak0zuSsIGebUo=";
};
# Relax Python dependency version constraints