1 { appimageTools, lib, fetchurl }:
7 url = "https://github.com/stuffmatic/fSpy/releases/download/v${version}/${pname}-${version}-x86_64.AppImage";
8 sha256 = "sha256-L+qsSExuEkzZkjnV/J6rrZ3BXqWQd+IfsN6a3kvQF3A=";
11 in appimageTools.wrapType2 {
12 inherit pname version src;
15 description = "Cross platform app for quick and easy still image camera matching";
16 license = licenses.gpl3;
17 homepage = "https://fspy.io/";
18 knownVulnerabilities = [ "Vendors Electron 2.0 (end-of-life)" ];
19 maintainers = with maintainers; [ polygon ];
20 platforms = platforms.linux;