23 stdenv.mkDerivation (finalAttrs: {
27 src = fetchFromGitHub {
30 rev = "v${finalAttrs.version}";
31 hash = "sha256-rux5XA+ixI0fuiQGSOerLKxsW2D8cfjmP1B7FY24xF8=";
55 depsBuildBuild = [ hwdata ];
62 cmakeBuildType = "RelWithDebInfo";
65 updateScript = nix-update-script { };
69 changelog = "https://github.com/hyprwm/aquamarine/releases/tag/${finalAttrs.version}";
70 description = "A very light linux rendering backend library";
71 homepage = "https://github.com/hyprwm/aquamarine";
72 license = lib.licenses.bsd3;
73 maintainers = with lib.maintainers; [
77 platforms = lib.platforms.linux;