We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e179397 + b8536c6 commit fa3633aCopy full SHA for fa3633a
1 file changed
pkgs/by-name/he/helix/package.nix
@@ -10,18 +10,18 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "helix";
13
- version = "25.01.1";
+ version = "25.07";
14
15
# This release tarball includes source code for the tree-sitter grammars,
16
# which is not ordinarily part of the repository.
17
src = fetchzip {
18
url = "https://github.com/helix-editor/helix/releases/download/${version}/helix-${version}-source.tar.xz";
19
- hash = "sha256-rN2eK+AoyDH+tL3yxTRQQQYHf0PoYK84FgrRwm/Wfjk=";
+ hash = "sha256-UbvIbrDNUmcAvqVM98CPlBhjAc5BAyIUpp9+BXGmdfA=";
20
stripRoot = false;
21
};
22
23
useFetchCargoVendor = true;
24
- cargoHash = "sha256-JZwURUMUnwc3tzAsN7NJCE8106c/4VgZtHHA3e/BsXs=";
+ cargoHash = "sha256-++zslB4s5/TOjxqeOFZAsYUu7acPxQw/xMnlYgTf5GU=";
25
26
nativeBuildInputs = [
27
git
0 commit comments