chore: update n8n, vibetyper

This commit is contained in:
m3tm3re
2026-04-19 18:11:43 +02:00
parent 54fa93574b
commit edae9ba3c9
5 changed files with 21 additions and 11 deletions

View File

@@ -4,10 +4,10 @@
lib,
}: let
pname = "vibetyper";
version = "1.2.2";
version = "1.2.3";
src = fetchurl {
url = "https://cdn.vibetyper.com/releases/linux/VibeTyper.AppImage";
sha256 = "sha256-AUjrSVxyaI8Ok4pnoqaW4fGAd4GtSc0mEjDhkqdifY0=";
sha256 = "sha256-6uGXw2nxb0sGkcMDTWBlL3PuwBfVodhgqfgZT1Ncs40=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};
in