chore: updates

This commit is contained in:
m3tam3re
2026-06-11 06:59:30 +02:00
parent ae1fb97c21
commit 8fae0726a5
3 changed files with 18 additions and 18 deletions
+3 -3
View File
@@ -26,20 +26,20 @@
in
stdenv.mkDerivation (finalAttrs: {
pname = "n8n";
version = "2.22.4";
version = "2.25.7";
src = fetchFromGitHub {
owner = "n8n-io";
repo = "n8n";
tag = "n8n@${finalAttrs.version}";
hash = "sha256-0cOCRZD4vM3rVT9GPZUA1u3WuodqUcuu84NVroI5UhA=";
hash = "sha256-V8CqEzCw4DcLPCao4HRXrJXFeID2+Ef8fNW1xd1b8Vs=";
};
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
pnpm = pnpm_10;
fetcherVersion = 3;
hash = "sha256-tyiKtUyNXnifhlAlF7Qo48iFlJhDy6qIQ7i2YcIh+Ko=";
hash = "sha256-JS4OY6CmihsbJRyPszSlNUEViFKfLm2vu+G2upIoLW8=";
};
nativeBuildInputs =
+2 -2
View File
@@ -4,10 +4,10 @@
lib,
}: let
pname = "vibetyper";
version = "1.3.2";
version = "1.3.3";
src = fetchurl {
url = "https://cdn.vibetyper.com/releases/linux/VibeTyper.AppImage";
sha256 = "sha256-iL43oBamDM+bd7Be+FrHVuSEXMd8a/skGzanhX+avF8=";
sha256 = "sha256-K8iu6hunSbNrCX4/P+/1DKmgN/I/QkaXrlzE+zbd6ik=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};
in