lunatask: 2.1.16 -> 2.1.17 (#470336)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-13 15:14:00 +00:00
committed by GitHub
+2 -2
View File
@@ -6,12 +6,12 @@
}:
let
version = "2.1.16";
version = "2.1.17";
pname = "lunatask";
src = fetchurl {
url = "https://github.com/lunatask/lunatask/releases/download/v${version}/Lunatask-${version}.AppImage";
hash = "sha256-+CjnVJGFR+UXnW6Cc+S8vVli9hECDrogOdraMRkHgqM=";
hash = "sha256-gRtlyPqnQg1WqwrWbMSsdNnIAK6Zwg/xInvYlpbhAoU=";
};
appimageContents = appimageTools.extract {