chore: pkg updates

This commit is contained in:
m3tam3re
2026-08-19 19:17:36 +02:00
parent cc00c771c9
commit 2e1b876862
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
stdenvNoCC,
}: let
pname = "openwork";
version = "0.18.23";
version = "0.18.33";
src = fetchurl {
url =
@@ -16,7 +16,7 @@
hash =
if stdenvNoCC.hostPlatform.system == "aarch64-linux"
then "sha256-ZSoAcOH0/gQynSCY8qCvysaNBnUl/G8Zz66a11y60Qs="
else "sha256-8VMWeQIbdREGH9hwLwGPz3VvBobG7J7tDC0ygL25nAY=";
else "sha256-ic8YRxBHIIaTrbJhlB7+tU9VNqXNwt813dSoiiohS+o=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};
+2 -2
View File
@@ -6,12 +6,12 @@
makeWrapper,
}: let
pname = "vibetyper";
version = "1.4.1";
version = "1.4.2";
# 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-mhXWEKvDgzxJrqIjzUWpfPM8qwKf6YYLsbjqqjtEk5s=";
sha256 = "sha256-NYBsVtpzidT/kZPibbkWMWP7r3y/w+17iKTPkI6wsHY=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};
in