chore: app updates

This commit is contained in:
m3tam3re
2026-05-23 08:31:36 +02:00
parent e38971e68d
commit 20678635f8
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,10 +4,10 @@
lib,
}: let
pname = "vibetyper";
version = "1.3.1";
version = "1.3.2";
src = fetchurl {
url = "https://cdn.vibetyper.com/releases/linux/VibeTyper.AppImage";
sha256 = "sha256-nV8bTDp17gIl6ngpdGudA04/rtGVzLUsEVQyiTfsies=";
sha256 = "sha256-iL43oBamDM+bd7Be+FrHVuSEXMd8a/skGzanhX+avF8=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};
in