Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

helix: 24.03 -> 24.07

authored by

Eldofin and committed by
zowoq
b2c1f10b 04491f5b

+3 -3
+3 -3
pkgs/applications/editors/helix/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "helix"; 5 - version = "24.03"; 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 - hash = "sha256-1myVGFBwdLguZDPo1jrth/q2i5rn5R2+BVKIkCCUalc="; 11 + hash = "sha256-R8foMx7YJ01ZS75275xPQ52Ns2EB3OPop10F4nicmoA="; 12 12 stripRoot = false; 13 13 }; 14 14 15 - cargoHash = "sha256-THzPUVcmboVJHu3rJ6rev3GrkNilZRMlitCx7M1+HBE="; 15 + cargoHash = "sha256-Y8zqdS8vl2koXmgFY0hZWWP1ZAO8JgwkoPTYPVpkWsA="; 16 16 17 17 nativeBuildInputs = [ git installShellFiles ]; 18 18