From a7162adedcd584ce78fc386aea0d767edd88565d Mon Sep 17 00:00:00 2001 From: r-vdp Date: Fri, 24 Oct 2025 11:26:11 +0200 Subject: [PATCH] alacritty: 0.15.1 -> 0.16.1 Diff: https://github.com/alacritty/alacritty/compare/v0.15.1...v0.16.1 Changelog: https://github.com/alacritty/alacritty/blob/v0.16.1/CHANGELOG.md --- 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 8e73175d216b..e69ca9e4a765 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.15.1" else "0.15.0-graphics"; + version = if !withGraphics then "0.16.1" else "0.15.0-graphics"; src = # by default we want the official package @@ -53,7 +53,7 @@ rustPlatform.buildRustPackage (finalAttrs: { owner = "alacritty"; repo = "alacritty"; tag = "v${finalAttrs.version}"; - hash = "sha256-/yERMNfCFLPb1S17Y9OacVH8UobDIIZDhM2qPzf5Vds="; + hash = "sha256-IOPhnJ76kZ2djJjxJEUwWPvHDeeXbJAn1ClipTH7nWs="; } # optionally we want to build the sixels feature fork else @@ -66,7 +66,7 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoHash = if !withGraphics then - "sha256-uXwefUV1NAKqwwPIWj4Slkx0c5b+RfLR3caTb42fc4M=" + "sha256-OBhrd4q44LCUGnjDEedhrOuoSC2UFR90IKSQfEPY/Q4=" else "sha256-UtxZFqU974N+YcHoEHifBjNSyaVuMvuc1clTDgUPuoQ=";