chore: update n8n, openwork, vibetyper

This commit is contained in:
m3tam3re
2026-06-19 14:32:38 +02:00
parent 5aa54c6e34
commit 96f5d7f378
4 changed files with 7 additions and 81 deletions
+2 -2
View File
@@ -4,10 +4,10 @@
lib,
}: let
pname = "vibetyper";
version = "1.3.4";
version = "1.3.5";
src = fetchurl {
url = "https://cdn.vibetyper.com/releases/linux/VibeTyper.AppImage";
sha256 = "sha256-LNgHTV/EDEqNVpJD4vFYgGa2V0TFnCutundVxX/eknM=";
sha256 = "sha256-mWg//IcHdf+566he6MC5OvOKDtmfQ+jU86Elz/ZwIz8=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};
in