Skip to content

Commit b8536c6

Browse files
committed
1 parent 1e06918 commit b8536c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/he/helix/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "helix";
13-
version = "25.01.1";
13+
version = "25.07";
1414

1515
# This release tarball includes source code for the tree-sitter grammars,
1616
# which is not ordinarily part of the repository.
1717
src = fetchzip {
1818
url = "https://github.com/helix-editor/helix/releases/download/${version}/helix-${version}-source.tar.xz";
19-
hash = "sha256-rN2eK+AoyDH+tL3yxTRQQQYHf0PoYK84FgrRwm/Wfjk=";
19+
hash = "sha256-UbvIbrDNUmcAvqVM98CPlBhjAc5BAyIUpp9+BXGmdfA=";
2020
stripRoot = false;
2121
};
2222

2323
useFetchCargoVendor = true;
24-
cargoHash = "sha256-JZwURUMUnwc3tzAsN7NJCE8106c/4VgZtHHA3e/BsXs=";
24+
cargoHash = "sha256-++zslB4s5/TOjxqeOFZAsYUu7acPxQw/xMnlYgTf5GU=";
2525

2626
nativeBuildInputs = [
2727
git

0 commit comments

Comments
 (0)