From eb8fc2e6e92a55127cdc502312498749599ffcd4 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sat, 25 Oct 2025 20:13:54 +0200 Subject: [PATCH 1/2] alacritty-graphics: 0.16.0 -> 0.16.1 --- pkgs/by-name/al/alacritty/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/al/alacritty/package.nix b/pkgs/by-name/al/alacritty/package.nix index 78fc353cda62..fb0e5ce3bc96 100644 --- a/pkgs/by-name/al/alacritty/package.nix +++ b/pkgs/by-name/al/alacritty/package.nix @@ -44,7 +44,7 @@ let in rustPlatform.buildRustPackage (finalAttrs: { pname = "alacritty"; - version = if !withGraphics then "0.16.1" else "0.16.0-graphics"; + version = if !withGraphics then "0.16.1" else "0.16.1-graphics"; src = # by default we want the official package @@ -61,14 +61,14 @@ rustPlatform.buildRustPackage (finalAttrs: { owner = "ayosec"; repo = "alacritty"; tag = "v${finalAttrs.version}"; - hash = "sha256-JbsHozYMh7hFMAsu823IcVZTzvMEGQP+oKpUnlmM7Nk="; + hash = "sha256-e+o0GLy05qXEY4T57dCuqhukTKBSm1WIHzPUV8uswRI="; }; cargoHash = if !withGraphics then "sha256-OBhrd4q44LCUGnjDEedhrOuoSC2UFR90IKSQfEPY/Q4=" else - "sha256-fsTs37w4CvYvFN8ZgWxMA2hmgW0hJcIvhLiuhYxs4+Y="; + "sha256-VR+URXqsB9zCOSow/f/aWXUlrp6j2XeK0zKESQGzMek="; nativeBuildInputs = [ cmake From 41172b3f6718f17c96aa0ad76ff6aa3446cb01d3 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sat, 25 Oct 2025 20:14:17 +0200 Subject: [PATCH 2/2] alacritty-graphics: Make afh a maintainer --- pkgs/by-name/al/alacritty/package.nix | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/al/alacritty/package.nix b/pkgs/by-name/al/alacritty/package.nix index fb0e5ce3bc96..e84329a308d5 100644 --- a/pkgs/by-name/al/alacritty/package.nix +++ b/pkgs/by-name/al/alacritty/package.nix @@ -151,10 +151,17 @@ rustPlatform.buildRustPackage (finalAttrs: { "https://github.com/ayosec/alacritty"; license = lib.licenses.asl20; mainProgram = "alacritty"; - maintainers = with lib.maintainers; [ - Br1ght0ne - rvdp - ]; + maintainers = + with lib.maintainers; + if !withGraphics then + [ + Br1ght0ne + rvdp + ] + else + [ + afh + ]; platforms = lib.platforms.unix; changelog = if !withGraphics then