helix: bump version
This commit is contained in:
parent
f04da35bca
commit
e84221e414
1 changed files with 4 additions and 5 deletions
|
@ -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=";
|
||||
};
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue