chore: pkg updates

This commit is contained in:
m3tam3re
2026-08-31 09:04:47 +02:00
parent dc0879eaa0
commit 3aa4ee93e3
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -6,12 +6,12 @@
makeWrapper,
}: let
pname = "vibetyper";
version = "1.4.2";
version = "1.5.0";
# 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-NYBsVtpzidT/kZPibbkWMWP7r3y/w+17iKTPkI6wsHY=";
sha256 = "sha256-2Mgy0hBIdy/ATXVwTlBQguhOTKnHGRz7NsmesFgEkHg=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};
in