lunatask: 2.1.19 -> 2.1.20 (#479806)

This commit is contained in:
Nick Cao
2026-01-14 20:59:48 +00:00
committed by GitHub
+2 -2
View File
@@ -6,12 +6,12 @@
}:
let
version = "2.1.19";
version = "2.1.20";
pname = "lunatask";
src = fetchurl {
url = "https://github.com/lunatask/lunatask/releases/download/v${version}/Lunatask-${version}.AppImage";
hash = "sha256-d6FZ7+YVmOZSXwhIcaLCjMjxShvykWGXxAeojp3byNE=";
hash = "sha256-9VRBNbvlPCgdFnDR9kPv0p0vPzcS1NZbo/yuxMkZz5A=";
};
appimageContents = appimageTools.extract {