chore: updates

This commit is contained in:
m3tam3re
2026-07-25 11:44:00 +02:00
parent d932db10c4
commit 30c753f4ca
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -5,10 +5,10 @@
makeWrapper,
}: let
pname = "vibetyper";
version = "1.3.8";
version = "1.4.0";
src = fetchurl {
url = "https://cdn.vibetyper.com/releases/linux/VibeTyper.AppImage";
sha256 = "sha256-RbuF34+6tCECfQs/AzUedcQQ9MS6uz6ecfosKnLVQPg=";
sha256 = "sha256-p4MOTKbEMIUhwhyGSE/l6ucwpPjeTELJ0lX4TXrKf2Y=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};
in