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,7 +6,7 @@
stdenvNoCC,
}: let
pname = "openwork";
version = "0.18.40";
version = "0.18.46";
src = fetchurl {
url =
@@ -16,7 +16,7 @@
hash =
if stdenvNoCC.hostPlatform.system == "aarch64-linux"
then "sha256-ZSoAcOH0/gQynSCY8qCvysaNBnUl/G8Zz66a11y60Qs="
else "sha256-I9ayBQDOjfcXMLDza5TsUzN8hujhgVk5E71IabPpiPM=";
else "sha256-Ukz163c5VHpphMQa8GHxrq5mFnKmIPv623WUDJ89cqk=";
};
appimageContents = appimageTools.extract {inherit pname version src;};
+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