diff --git a/packages/helix/default.nix b/packages/helix/default.nix index 730cee9..7f4bffb 100644 --- a/packages/helix/default.nix +++ b/packages/helix/default.nix @@ -43,12 +43,10 @@ custom-helix = (helix.override {inherit rustPlatform;}).overrideAttrs - (_: let - inherit (custom-helix) version; - in { + (finalAttrs: previousAttrs: { version = "25.06.1"; src = fetchzip { - url = "https://github.com/bloxx12/helix/releases/download/${version}/helix-${version}-source.tar.xz"; + url = "https://github.com/bloxx12/helix/releases/download/${finalAttrs.version}/helix-${finalAttrs.version}-source.tar.xz"; hash = "sha256-941moaBUF+aGsbFapK1cp5+NFdecSfRCTdnVUtkDQps="; stripRoot = false; };