lunatask: 2.1.12 -> 2.1.13

This commit is contained in:
R. Ryantm
2025-10-24 17:55:45 +00:00
parent c9f97ce391
commit ee740be6b3
+2 -2
View File
@@ -6,12 +6,12 @@
}:
let
version = "2.1.12";
version = "2.1.13";
pname = "lunatask";
src = fetchurl {
url = "https://github.com/lunatask/lunatask/releases/download/v${version}/Lunatask-${version}.AppImage";
hash = "sha256-2wYUvAersPFNJILtNV5m7den1o6OOB2jxa0ZwqwQlx0=";
hash = "sha256-OxkhXBaoXaq7NvlZerQV9AwX85nMS/HBgH6KpugJeMU=";
};
appimageContents = appimageTools.extract {