chore: update n8n

This commit is contained in:
Sascha König
2026-05-18 07:12:01 +02:00
parent ce6c93add9
commit b4efb556cf
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -4,10 +4,10 @@
lib,
}: let
pname = "vibetyper";
version = "1.3.0";
version = "1.3.1";
src = fetchurl {
url = "https://cdn.vibetyper.com/releases/linux/VibeTyper.AppImage";
sha256 = "sha256-rulKUZh+JDeNmQt9JLfsUcB4Mmp/P/nnk/RZT50RFJ4=";
sha256 = "sha256-nV8bTDp17gIl6ngpdGudA04/rtGVzLUsEVQyiTfsies=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};
in