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
+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