chore: some updates

This commit is contained in:
m3tam3re
2026-06-27 08:28:12 +02:00
parent f0c028a62c
commit d42a6f57f5
2 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
stdenvNoCC,
}: let
pname = "openwork";
version = "0.17.1";
version = "0.17.3";
src = fetchurl {
url =
@@ -16,7 +16,7 @@
hash =
if stdenvNoCC.hostPlatform.system == "aarch64-linux"
then "sha256-ZSoAcOH0/gQynSCY8qCvysaNBnUl/G8Zz66a11y60Qs="
else "sha256-bQWBVvISHYalp4Tij0H9mMAMEd7b06SUW0BXjDNpyF0=";
else "sha256-vrbakPeBY+6N12KOfjRzqTt5CsJ98G1rFH0caaI2qX8=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};