helix: 25.07 -> 25.07.1 (#426671)

authored by Gaétan Lepage and committed by GitHub f133e317 40045213

+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.07"; 13 + version = "25.07.1"; 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-UbvIbrDNUmcAvqVM98CPlBhjAc5BAyIUpp9+BXGmdfA="; 19 + hash = "sha256-Pj/lfcQXRWqBOTTWt6+Gk61F9F1UmeCYr+26hGdG974="; 20 20 stripRoot = false; 21 21 }; 22 22 23 23 useFetchCargoVendor = true; 24 - cargoHash = "sha256-++zslB4s5/TOjxqeOFZAsYUu7acPxQw/xMnlYgTf5GU="; 24 + cargoHash = "sha256-Mf0nrgMk1MlZkSyUN6mlM5lmTcrOHn3xBNzmVGtApEU="; 25 25 26 26 nativeBuildInputs = [ 27 27 git