lunatask: 2.1.3 -> 2.1.5 (#431244)

Co-authored-by: zi3m5f <zi3m5f@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-06 08:04:34 +00:00
committed by GitHub
co-authored by zi3m5f
+2 -2
View File
@@ -6,12 +6,12 @@
}:
let
version = "2.1.3";
version = "2.1.5";
pname = "lunatask";
src = fetchurl {
url = "https://github.com/lunatask/lunatask/releases/download/v${version}/Lunatask-${version}.AppImage";
hash = "sha256-kVNuCtUyY8UkalXlIpfenjB4JApDZVabawLOhFxToyY=";
hash = "sha256-kuf3NE7or7zCcefShhKzVoCX7WsnHwtleZRafKYhWrM=";
};
appimageContents = appimageTools.extract {