helix: 25.01.1 -> 25.07 (#425545)

authored by zowoq and committed by GitHub fa3633a6 e179397a

+3 -3
+3 -3
pkgs/by-name/he/helix/package.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "helix"; 13 - version = "25.01.1"; 13 + version = "25.07"; 14 14 15 15 # This release tarball includes source code for the tree-sitter grammars, 16 16 # which is not ordinarily part of the repository. 17 17 src = fetchzip { 18 18 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="; 20 20 stripRoot = false; 21 21 }; 22 22 23 23 useFetchCargoVendor = true; 24 - cargoHash = "sha256-JZwURUMUnwc3tzAsN7NJCE8106c/4VgZtHHA3e/BsXs="; 24 + cargoHash = "sha256-++zslB4s5/TOjxqeOFZAsYUu7acPxQw/xMnlYgTf5GU="; 25 25 26 26 nativeBuildInputs = [ 27 27 git