From e84221e414e35fedbab61cde510e4f0edbe05ed8 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Fri, 11 Jul 2025 22:43:33 +0200 Subject: [PATCH] helix: bump version --- packages/helix/default.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/helix/default.nix b/packages/helix/default.nix index 7f4bffb..6443d83 100644 --- a/packages/helix/default.nix +++ b/packages/helix/default.nix @@ -44,21 +44,20 @@ custom-helix = (helix.override {inherit rustPlatform;}).overrideAttrs (finalAttrs: previousAttrs: { - version = "25.06.1"; + version = "25.07.1"; src = fetchzip { url = "https://github.com/bloxx12/helix/releases/download/${finalAttrs.version}/helix-${finalAttrs.version}-source.tar.xz"; - hash = "sha256-941moaBUF+aGsbFapK1cp5+NFdecSfRCTdnVUtkDQps="; + hash = "sha256-OLCJPleRHhQbHOm8EnMWDBV5qG4PKGCUhr4y8mSkvpg="; stripRoot = false; }; - cargoBuildFeatures = ["unicode-lines"]; - RUSTFLAGS = "-Ctarget-cpu=native -Clto=fat"; + RUSTFLAGS = "-Ctarget-cpu=native"; doInstallCheck = false; cargoDeps = rustPlatform.fetchCargoVendor { inherit (custom-helix) src; - hash = "sha256-w07ZV1tR3lzYz4N+hI9alvFp0AHCcsItPRhVt9Sluo8="; + hash = "sha256-eVZVPyIk+kBq5hh+bzTveng6mb+6XAnCp0OAI1c+ObI="; }; });