[Backport release-25.05] lunatask: 2.1.10 -> 2.1.12 (#451689)

This commit is contained in:
dish
2025-10-13 19:15:11 +00:00
committed by GitHub

View File

@@ -6,12 +6,12 @@
}:
let
version = "2.1.10";
version = "2.1.12";
pname = "lunatask";
src = fetchurl {
url = "https://github.com/lunatask/lunatask/releases/download/v${version}/Lunatask-${version}.AppImage";
hash = "sha256-8lnMg3mkdfXqimOdyujk/DE8CU6lzj9RDM8Nb2cEUms=";
hash = "sha256-2wYUvAersPFNJILtNV5m7den1o6OOB2jxa0ZwqwQlx0=";
};
appimageContents = appimageTools.extract {