lunatask: 2.1.6 -> 2.1.7 (#442833)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-16 17:45:58 +00:00
committed by GitHub
+2 -2
View File
@@ -6,12 +6,12 @@
}:
let
version = "2.1.6";
version = "2.1.7";
pname = "lunatask";
src = fetchurl {
url = "https://github.com/lunatask/lunatask/releases/download/v${version}/Lunatask-${version}.AppImage";
hash = "sha256-XgCixgusRsDaO29mqfXGW+hHQDnmw+nIXEXyR6L3y3Y=";
hash = "sha256-Nj3CTy0qVSYMFyuUKmSkfwwqZVLh//Zqnh+tJVaVAIM=";
};
appimageContents = appimageTools.extract {