From 29df70a5904a25aa42d3bbf4270f3cf6448c26d8 Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Tue, 7 Apr 2026 00:06:11 +0200 Subject: [PATCH] alacritty{-graphics}: 0.16.1 -> 0.17.0 Changelog: https://github.com/alacritty/alacritty/releases/tag/v0.17.0 Diff: https://github.com/alacritty/alacritty/compare/v0.16.1...v0.17.0 Changelog: https://github.com/ayosec/alacritty/releases/tag/v0.17.0-graphics Diff: https://github.com/ayosec/alacritty/compare/v0.16.1-graphics...v0.17.0-graphics --- pkgs/by-name/al/alacritty/package.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/al/alacritty/package.nix b/pkgs/by-name/al/alacritty/package.nix index 23170d0b56e2..5a4183634801 100644 --- a/pkgs/by-name/al/alacritty/package.nix +++ b/pkgs/by-name/al/alacritty/package.nix @@ -49,7 +49,7 @@ let in rustPlatform.buildRustPackage (finalAttrs: { pname = "alacritty${lib.optionalString withGraphics "-graphics"}"; - version = "0.16.1"; + version = "0.17.0"; src = # by default we want the official package @@ -58,7 +58,7 @@ rustPlatform.buildRustPackage (finalAttrs: { owner = "alacritty"; repo = "alacritty"; tag = "v${finalAttrs.version}"; - hash = "sha256-IOPhnJ76kZ2djJjxJEUwWPvHDeeXbJAn1ClipTH7nWs="; + hash = "sha256-iZtCH2DrSs6o3AG2koI2TyC3116aMlawHFkCd0TYhas="; } # optionally we want to build the sixels feature fork else @@ -66,14 +66,14 @@ rustPlatform.buildRustPackage (finalAttrs: { owner = "ayosec"; repo = "alacritty"; tag = "v${finalAttrs.version}-graphics"; - hash = "sha256-e+o0GLy05qXEY4T57dCuqhukTKBSm1WIHzPUV8uswRI="; + hash = "sha256-DdiioNKMVg9u4E4h7AysvaGJ6ys36ykTyJgjHWjIjjY="; }; cargoHash = if !withGraphics then - "sha256-OBhrd4q44LCUGnjDEedhrOuoSC2UFR90IKSQfEPY/Q4=" + "sha256-BX4PjZXr19SScEZhb0gWkMiJUYq8ByEuVh9RpJSRCHI=" else - "sha256-VR+URXqsB9zCOSow/f/aWXUlrp6j2XeK0zKESQGzMek="; + "sha256-xWW0X4dCgnNMT4T6BNsYmxOOFIK8MIHwUMKVtIHAFYc="; nativeBuildInputs = [ cmake