lunatask: 2.1.1 -> 2.1.2 (#424339)

Co-authored-by: zi3m5f <zi3m5f@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-12 18:37:29 +00:00
committed by GitHub
co-authored by zi3m5f
+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 {