lunatask: 2.0.22 -> 2.1.1 (#421519)

This commit is contained in:
Nikolay Korotkiy
2025-07-01 23:42:49 +04:00
committed by GitHub
+2 -2
View File
@@ -6,12 +6,12 @@
}:
let
version = "2.0.22";
version = "2.1.1";
pname = "lunatask";
src = fetchurl {
url = "https://github.com/lunatask/lunatask/releases/download/v${version}/Lunatask-${version}.AppImage";
hash = "sha256-5V4h7x9NMZPAEinWmvhcBj8WrtKXp7naacSaMOEzwl0=";
hash = "sha256-2ks5sqE0NuVa3fyJzKJ/466Ztq9M/RhDxHZCL8tSwo4=";
};
appimageContents = appimageTools.extract {