tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
helix: 24.03 -> 24.07
authored by
Eldofin
and committed by
zowoq
2 years ago
b2c1f10b
04491f5b
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
helix
default.nix
+3
-3
pkgs/applications/editors/helix/default.nix
···
2
2
3
3
rustPlatform.buildRustPackage rec {
4
4
pname = "helix";
5
5
-
version = "24.03";
5
5
+
version = "24.07";
6
6
7
7
# This release tarball includes source code for the tree-sitter grammars,
8
8
# which is not ordinarily part of the repository.
9
9
src = fetchzip {
10
10
url = "https://github.com/helix-editor/helix/releases/download/${version}/helix-${version}-source.tar.xz";
11
11
-
hash = "sha256-1myVGFBwdLguZDPo1jrth/q2i5rn5R2+BVKIkCCUalc=";
11
11
+
hash = "sha256-R8foMx7YJ01ZS75275xPQ52Ns2EB3OPop10F4nicmoA=";
12
12
stripRoot = false;
13
13
};
14
14
15
15
-
cargoHash = "sha256-THzPUVcmboVJHu3rJ6rev3GrkNilZRMlitCx7M1+HBE=";
15
15
+
cargoHash = "sha256-Y8zqdS8vl2koXmgFY0hZWWP1ZAO8JgwkoPTYPVpkWsA=";
16
16
17
17
nativeBuildInputs = [ git installShellFiles ];
18
18