chore: upates for vibetyper + n8n

This commit is contained in:
m3tm3re
2026-05-09 08:52:46 +02:00
parent ef4b07a896
commit db1a29df15
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -26,20 +26,20 @@
in
stdenv.mkDerivation (finalAttrs: {
pname = "n8n";
version = "2.19.4";
version = "2.19.5";
src = fetchFromGitHub {
owner = "n8n-io";
repo = "n8n";
tag = "n8n@${finalAttrs.version}";
hash = "sha256-MiArO4W7eSFAEteVblavohn/rpaU8ZggaBDhrqHTd44=";
hash = "sha256-BOxSiSDDMC1OX4Otbn6DiSG4ThIsiRssKwfXh9y9JSM=";
};
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
pnpm = pnpm_10;
fetcherVersion = 3;
hash = "sha256-uC4DPMsVRarIjdJk1EQ2eICWkgfzpoK83u6g7cb6iL0=";
hash = "sha256-gDlTNwsLT4hW1+3agSS/eBAW/804c7ElXCEfs58gP8U=";
};
nativeBuildInputs =
+2 -2
View File
@@ -4,10 +4,10 @@
lib,
}: let
pname = "vibetyper";
version = "1.2.3";
version = "1.3.0";
src = fetchurl {
url = "https://cdn.vibetyper.com/releases/linux/VibeTyper.AppImage";
sha256 = "sha256-6uGXw2nxb0sGkcMDTWBlL3PuwBfVodhgqfgZT1Ncs40=";
sha256 = "sha256-rulKUZh+JDeNmQt9JLfsUcB4Mmp/P/nnk/RZT50RFJ4=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};
in