Compare commits

..

2 Commits

Author SHA1 Message Date
nix-update bot
f203bb7463 n8n: n8n@2.4.7 -> n8n@2.4.8
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 2m29s
Diff: https://github.com/n8n-io/n8n/compare/n8n@2.4.7...n8n@2.4.8

Changelog: https://github.com/n8n-io/n8n/releases/tag/n8n@n8n@2.4.8
2026-01-30 03:03:30 +01:00
nix-update bot
12e8baadf2 chore: update opencode flake input to 1.1.43 2026-01-30 03:01:49 +01:00
3 changed files with 7 additions and 7 deletions

8
flake.lock generated
View File

@@ -37,16 +37,16 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1769666347,
"narHash": "sha256-zLOnLuMzoyR/jBDKi3qxN6gId5KgI+MrTPjX21g7X2o=",
"lastModified": 1769733066,
"narHash": "sha256-+CBqfdK3mw5qnl4sViFEcTSslW0sOE53AtryD2MdhTI=",
"owner": "anomalyco",
"repo": "opencode",
"rev": "7c0067d59d318bfd6ecd473c36a9e673a4f68ff9",
"rev": "bbc7bdb3fd5078d0add23273e0fdae436b9b47e4",
"type": "github"
},
"original": {
"owner": "anomalyco",
"ref": "v1.1.42",
"ref": "v1.1.43",
"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.42";
opencode.url = "github:anomalyco/opencode/v1.1.43";
# Optional: Add stable channel if needed
# nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.05";

View File

@@ -18,13 +18,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "n8n";
version = "n8n@2.4.7";
version = "n8n@2.4.8";
src = fetchFromGitHub {
owner = "n8n-io";
repo = "n8n";
tag = finalAttrs.version;
hash = "sha256-GqXoHen25JGRXhxm2cX/fD+UfeGm7uqsp/tAZCMBt+E=";
hash = "sha256-wl9+LluC35DbXhqzTpfCJwIRM6ZjMW+r6hDgjrZeJ2M=";
};
pnpmDeps = fetchPnpmDeps {