16 stdenv.mkDerivation rec {
18 version = "2023.05.02";
20 src = fetchFromGitHub {
21 owner = "fabiocolacio";
24 fetchSubmodules = true;
25 hash = "sha256-HhDhigQ6Aqo8R57Yrf1i69sM0feABB9El5R5OpzOyB0=";
45 meson rewrite kwargs set project / version '${version}'
49 homepage = "https://fabiocolacio.github.io/Marker/";
50 description = "Markdown editor for the Linux desktop made with GTK3";
51 maintainers = with maintainers; [ trepetti aleksana ];
52 license = licenses.gpl3Plus;
53 platforms = platforms.linux;
54 changelog = "https://github.com/fabiocolacio/Marker/releases/tag/${version}";
55 mainProgram = "marker";