Loading pkgs/applications/editors/helix/Cargo.lock 0 → 100644 +2561 −0 File added.Preview size limit exceeded, changes collapsed. Show changes pkgs/applications/editors/helix/default.nix +9 −3 Original line number Diff line number Diff line Loading @@ -2,17 +2,23 @@ rustPlatform.buildRustPackage rec { pname = "helix"; version = "22.12"; version = "23.03"; # This release tarball includes source code for the tree-sitter grammars, # which is not ordinarily part of the repository. src = fetchzip { url = "https://github.com/helix-editor/helix/releases/download/${version}/helix-${version}-source.tar.xz"; sha256 = "sha256-En6SOyAPNPPzDGdm2XTjbGG0NQFGBVzjjoyCbdnHFao="; hash = "sha256-FtY2V7za3WGeUaC2t2f63CcDUEg9zAS2cGUWI0YeGwk="; stripRoot = false; }; cargoSha256 = "sha256-oSS0LkLg2JSRLYoF0+FVQzFUJtFuVKtU2MWYenmFC0s="; # should be removed, when tree-sitter is not used as a git checkout anymore cargoLock = { lockFile = ./Cargo.lock; outputHashes = { "tree-sitter-0.20.9" = "sha256-/PaFaASOT0Z8FpipX5uiRCjnv1kyZtg4B9+TnHA0yTY="; }; }; nativeBuildInputs = [ installShellFiles makeWrapper ]; Loading Loading
pkgs/applications/editors/helix/Cargo.lock 0 → 100644 +2561 −0 File added.Preview size limit exceeded, changes collapsed. Show changes
pkgs/applications/editors/helix/default.nix +9 −3 Original line number Diff line number Diff line Loading @@ -2,17 +2,23 @@ rustPlatform.buildRustPackage rec { pname = "helix"; version = "22.12"; version = "23.03"; # This release tarball includes source code for the tree-sitter grammars, # which is not ordinarily part of the repository. src = fetchzip { url = "https://github.com/helix-editor/helix/releases/download/${version}/helix-${version}-source.tar.xz"; sha256 = "sha256-En6SOyAPNPPzDGdm2XTjbGG0NQFGBVzjjoyCbdnHFao="; hash = "sha256-FtY2V7za3WGeUaC2t2f63CcDUEg9zAS2cGUWI0YeGwk="; stripRoot = false; }; cargoSha256 = "sha256-oSS0LkLg2JSRLYoF0+FVQzFUJtFuVKtU2MWYenmFC0s="; # should be removed, when tree-sitter is not used as a git checkout anymore cargoLock = { lockFile = ./Cargo.lock; outputHashes = { "tree-sitter-0.20.9" = "sha256-/PaFaASOT0Z8FpipX5uiRCjnv1kyZtg4B9+TnHA0yTY="; }; }; nativeBuildInputs = [ installShellFiles makeWrapper ]; Loading