lunatask: 2.1.2 -> 2.1.3

This commit is contained in:
R. Ryantm
2025-07-19 17:51:17 +00:00
parent 2f6d65c578
commit 25c6858909
+2 -2
View File
@@ -6,12 +6,12 @@
}:
let
version = "2.1.2";
version = "2.1.3";
pname = "lunatask";
src = fetchurl {
url = "https://github.com/lunatask/lunatask/releases/download/v${version}/Lunatask-${version}.AppImage";
hash = "sha256-MjzqoLPtTspLowDO3MV0joGoYuxjybuExC1h03AayB0=";
hash = "sha256-kVNuCtUyY8UkalXlIpfenjB4JApDZVabawLOhFxToyY=";
};
appimageContents = appimageTools.extract {