11 stdenv.mkDerivation (finalAttrs: {
15 src = fetchFromGitHub {
18 rev = "refs/tags/${finalAttrs.version}";
19 hash = "sha256-dbag1EAD+6+srfu/eqSl3CWlZtSopioQjyBQRJcUggA=";
32 description = "Simple screen testing tool";
33 mainProgram = "screentest";
34 homepage = "https://github.com/TobiX/screentest";
35 changelog = "https://github.com/TobiX/screentest/blob/${finalAttrs.version}/NEWS";
36 license = lib.licenses.gpl2Only;
37 maintainers = with lib.maintainers; [ evils ];
38 platforms = lib.platforms.unix;