chore: some updates

This commit is contained in:
m3tam3re
2026-09-11 17:38:15 +02:00
parent c638225ea0
commit 1e0db37c57
3 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -6,12 +6,12 @@
makeWrapper,
}: let
pname = "vibetyper";
version = "1.5.0";
version = "1.5.1";
# Upstream publishes to an unversioned URL — ./update.sh watches Last-Modified
# and refreshes the sha256 when the binary changes. Bump `version` manually.
src = fetchurl {
url = "https://cdn.vibetyper.com/releases/linux/VibeTyper.AppImage";
sha256 = "sha256-2Mgy0hBIdy/ATXVwTlBQguhOTKnHGRz7NsmesFgEkHg=";
sha256 = "sha256-QEVFCUkcA/qK+1en3oLDGZlNvALLL6ojT+opL9K/PVU=";
};
appimageContents = appimageTools.extract {inherit pname version src;};
in