chore: updates

This commit is contained in:
m3tam3re
2026-08-12 21:32:05 +02:00
parent bbecd49c48
commit af9422c7b5
+2 -2
View File
@@ -6,7 +6,7 @@
stdenvNoCC,
}: let
pname = "openwork";
version = "0.18.17";
version = "0.18.23";
src = fetchurl {
url =
@@ -16,7 +16,7 @@
hash =
if stdenvNoCC.hostPlatform.system == "aarch64-linux"
then "sha256-ZSoAcOH0/gQynSCY8qCvysaNBnUl/G8Zz66a11y60Qs="
else "sha256-FFlR6pEHePuD10GC3SXe2HMO1P7lM1qLVWEf6AJ9IYw=";
else "sha256-8VMWeQIbdREGH9hwLwGPz3VvBobG7J7tDC0ygL25nAY=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};