chore: update openwork

This commit is contained in:
m3tam3re
2026-07-30 08:10:14 +02:00
parent 8d9b0cf742
commit f5cfed340b
+2 -2
View File
@@ -6,7 +6,7 @@
stdenvNoCC,
}: let
pname = "openwork";
version = "0.17.30";
version = "0.18.11";
src = fetchurl {
url =
@@ -16,7 +16,7 @@
hash =
if stdenvNoCC.hostPlatform.system == "aarch64-linux"
then "sha256-ZSoAcOH0/gQynSCY8qCvysaNBnUl/G8Zz66a11y60Qs="
else "sha256-JyDmPXXTx+XwjY3d41cGbLxA2+Uxj8BYPa6eUekvWgU=";
else "sha256-wh2I5Il4f/VruMA2mRskaB7ldcbSan0upon6Y+Vm1Rw=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};