15 stdenv.mkDerivation rec {
17 version = "unstable-2022-09-15";
19 src = fetchFromGitHub {
22 rev = "923adb5d3983ed654566304284607e3367998e22";
23 sha256 = "sha256-AHyc6jJyEPfUON7yf/6O2jfcnRD3fW2R9UfIsx2Zmdc=";
42 updateScript = unstableGitUpdater {
43 url = "https://github.com/vala-lang/vala-lint.git";
48 homepage = "https://github.com/vala-lang/vala-lint";
49 description = "Check Vala code files for code-style errors";
51 Small command line tool and library for checking Vala code files for code-style errors.
52 Based on the elementary Code-Style guidelines.
54 license = licenses.gpl2Plus;
55 platforms = platforms.linux;
56 maintainers = teams.pantheon.members;
57 mainProgram = "io.elementary.vala-lint";