1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

lunatask: 2.0.0 -> 2.0.4

This commit is contained in:
R. Ryantm 2024-07-05 01:55:25 +00:00 committed by Yaya
parent 7eae162f8d
commit c8dfde52a5

View file

@ -1,12 +1,12 @@
{ lib, appimageTools, fetchurl }:
let
version = "2.0.0";
version = "2.0.4";
pname = "lunatask";
src = fetchurl {
url = "https://lunatask.app/download/Lunatask-${version}.AppImage";
sha256 = "sha256-rRE7VE6Fugqbbv/fTIZGuWDQmTP1tRDiKrb6VcpsBjk=";
sha256 = "sha256-U+yelFSulAhgsn5xt45mxC7qGpQwmb3m3lt9nEW6MHU=";
};
appimageContents = appimageTools.extractType2 {