lunatask: 2.0.13 -> 2.0.16

This commit is contained in:
nayeko 2025-02-15 14:51:59 +00:00 committed by GitHub
parent 3172620e99
commit 4fa33393c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,12 +5,12 @@
}: }:
let let
version = "2.0.13"; version = "2.0.16";
pname = "lunatask"; pname = "lunatask";
src = fetchurl { src = fetchurl {
url = "https://lunatask.app/download/Lunatask-${version}.AppImage"; url = "https://github.com/lunatask/lunatask/releases/download/v${version}/Lunatask-${version}.AppImage";
hash = "sha256-/OIIyl43oItg0XEbhEnB+rPBcY3XuQlurL5Ad+0T3aM="; hash = "sha256-W2QeESOPThKgNTWfNWd/N2CHcHZW6fb1KRMu3ZrQGZQ=";
}; };
appimageContents = appimageTools.extract { appimageContents = appimageTools.extract {