24 stdenv.mkDerivation (finalAttrs: {
28 src = fetchFromGitHub {
31 rev = "v${finalAttrs.version}";
32 hash = "sha256-/NO/h/qD/eJXAQr/fHA4mdDgYsNT9thHQ+oT6KPi2ac=";
65 cmakeBuildType = "RelWithDebInfo";
67 passthru.updateScript = nix-update-script { };
70 changelog = "https://github.com/hyprwm/aquamarine/releases/tag/v${finalAttrs.version}";
71 description = "A very light linux rendering backend library";
72 homepage = "https://github.com/hyprwm/aquamarine";
73 license = lib.licenses.bsd3;
74 maintainers = with lib.maintainers; [
78 platforms = lib.platforms.linux ++ lib.platforms.freebsd;