Compare commits
2 Commits
38b4514fe1
...
25968af711
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
25968af711 | ||
|
|
595d0a23a9 |
6
flake.lock
generated
6
flake.lock
generated
@@ -18,11 +18,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs-master": {
|
"nixpkgs-master": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1774014540,
|
"lastModified": 1774053289,
|
||||||
"narHash": "sha256-D/ZekNBIrhkYwgDl/FtkDAb2heZA0WiYYNNeuRqEd54=",
|
"narHash": "sha256-U+wnCEgsGdRqXfUlt1yZffhLMGbUnkb4MYmisBI+KcU=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "4e5dce42b48cb560bfc4dc55a243ee5ab0dbd719",
|
"rev": "28afc93f3c091ae6cacfba64d8a486fab9c9af07",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -6,14 +6,14 @@
|
|||||||
}:
|
}:
|
||||||
python3.pkgs.buildPythonPackage rec {
|
python3.pkgs.buildPythonPackage rec {
|
||||||
pname = "mem0ai";
|
pname = "mem0ai";
|
||||||
version = "1.0.6";
|
version = "1.0.7";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mem0ai";
|
owner = "mem0ai";
|
||||||
repo = "mem0";
|
repo = "mem0";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-lPzkcPVqdrUwVfkkfC4mnKZchxagppbyL93uMB6B+3Y=";
|
hash = "sha256-FF5KJGsMhK58vs0dhc2w/2h6ctG3Jgz9rW6O0EujeDM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Relax Python dependency version constraints
|
# Relax Python dependency version constraints
|
||||||
|
|||||||
Reference in New Issue
Block a user