Skip to content

Commit

Permalink
helix: 22.05 -> 22.08
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis authored and zowoq committed Aug 31, 2022
1 parent 74ca03f commit 2302855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/editors/helix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

rustPlatform.buildRustPackage rec {
pname = "helix";
version = "22.05";
version = "22.08";

# 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-MVHfj9iVC8rFGFU+kpRcH0qX9kQ+scFsRgSw7suC5RU=";
sha256 = "sha256-PSTsPt+OQhYQ/m/hm5PgHWrQXtbooT+tG0767KyiJJw=";
stripRoot = false;
};

cargoSha256 = "sha256-9jkSZ2yW0Pca1ats7Mgv7HprpjoZWLpsbuwMjYOKlmk=";
cargoSha256 = "sha256-5Ap/PU8IjAPKKiFxzHqWQMspWkbTYIwTNiSMWIceUPc=";

nativeBuildInputs = [ makeWrapper ];

Expand Down

0 comments on commit 2302855

Please sign in to comment.