lunatask: 1.7.5 -> 1.7.6

This commit is contained in:
YMSTNT 2023-10-01 18:40:15 +02:00
parent e4c7764b38
commit 44ae97bf7d

View File

@ -1,12 +1,12 @@
{ lib, appimageTools, fetchurl }:
let
version = "1.7.5";
version = "1.7.6";
pname = "lunatask";
src = fetchurl {
url = "https://lunatask.app/download/Lunatask-${version}.AppImage";
sha256 = "sha256-J8Kj7b4x3WD/aEO4J9A+iP068Ax4ayhYBDgH2vmtlfk=";
sha256 = "sha256-WmnwFrE9mYDE39DeYnq8+i2KZ7V2F+rRwJvn6delLyc=";
};
appimageContents = appimageTools.extractType2 {