lunatask: 2.1.1 -> 2.1.2

This commit is contained in:
R. Ryantm
2025-07-11 14:46:53 +00:00
parent 1bd4d0d4a6
commit 065c015c94
+2 -2
View File
@@ -6,12 +6,12 @@
}:
let
version = "2.1.1";
version = "2.1.2";
pname = "lunatask";
src = fetchurl {
url = "https://github.com/lunatask/lunatask/releases/download/v${version}/Lunatask-${version}.AppImage";
hash = "sha256-2ks5sqE0NuVa3fyJzKJ/466Ztq9M/RhDxHZCL8tSwo4=";
hash = "sha256-MjzqoLPtTspLowDO3MV0joGoYuxjybuExC1h03AayB0=";
};
appimageContents = appimageTools.extract {