Compare commits

...

3 Commits

Author SHA1 Message Date
nix-update bot
8751ef9b1f n8n: n8n@2.4.8 -> n8n@2.6.4
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 17s
Diff: https://github.com/n8n-io/n8n/compare/n8n@2.4.8...n8n@2.6.4

Changelog: https://github.com/n8n-io/n8n/releases/tag/n8n@n8n@2.6.4
2026-02-09 19:16:43 +01:00
nix-update bot
de0bdd8ae3 mem0: 1.0.2 -> 1.0.3
Diff: https://github.com/mem0ai/mem0/compare/v1.0.2...v1.0.3

Changelog: https://github.com/mem0ai/mem0/releases/tag/v1.0.3
2026-02-09 19:13:14 +01:00
nix-update bot
caa2fd57dd chore: update opencode flake input to 1.1.53 2026-02-09 19:12:57 +01:00
4 changed files with 10 additions and 10 deletions

8
flake.lock generated
View File

@@ -37,16 +37,16 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1769807198,
"narHash": "sha256-f6TVxKV9q2yEQ9r9VCTttXLqpOrYdTEKDUJs+MuQJCQ=",
"lastModified": 1770332936,
"narHash": "sha256-VddWpvtoDJlbbesJL6VlP99/NJqkHbN8Rdv1XccNRZM=",
"owner": "anomalyco",
"repo": "opencode",
"rev": "6cd2a6885144792b5478f6a771c6e64ffed32e4d",
"rev": "579902ace6e9fb925f50b7d9fdf11a6b47895307",
"type": "github"
},
"original": {
"owner": "anomalyco",
"ref": "v1.1.47",
"ref": "v1.1.53",
"repo": "opencode",
"type": "github"
}

View File

@@ -3,7 +3,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
opencode.url = "github:anomalyco/opencode/v1.1.51";
opencode.url = "github:anomalyco/opencode/v1.1.53";
# Optional: Add stable channel if needed
# nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.05";

View File

@@ -6,14 +6,14 @@
}:
python3.pkgs.buildPythonPackage rec {
pname = "mem0ai";
version = "1.0.2";
version = "1.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "mem0ai";
repo = "mem0";
rev = "v${version}";
hash = "sha256-wvIPmqYlpto+ggifdSOjveEmSneKeZcoltItusYSu4Q=";
hash = "sha256-OIiInnXSE4Q+d+Hwb/cPD29aCYNQjPDshPVv/MsLy5Y=";
};
# Relax Python dependency version constraints

View File

@@ -18,20 +18,20 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "n8n";
version = "n8n@2.4.8";
version = "n8n@2.6.4";
src = fetchFromGitHub {
owner = "n8n-io";
repo = "n8n";
tag = finalAttrs.version;
hash = "sha256-wl9+LluC35DbXhqzTpfCJwIRM6ZjMW+r6hDgjrZeJ2M=";
hash = "sha256-t3zwxyjiocVoq7wbH4WYiUggaZFHlV9/vzrIorH7jPc=";
};
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
pnpm = pnpm_10;
fetcherVersion = 3;
hash = "sha256-QtusZm9WaLMjfopsX4t2WiiU++j3V/PQHbelKubhMII=";
hash = "sha256-vjgteuMd+lkEL9vT1Ngndk8G3Ad1esa1NBPpEHBFmDg=";
};
nativeBuildInputs =