lol

helix: 22.08 -> 22.08.1

authored by

Michael Davis and committed by
zowoq
cb70375e 937266ba

+3 -3
+3 -3
pkgs/applications/editors/helix/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "helix"; 5 - version = "22.08"; 5 + version = "22.08.1"; 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 - sha256 = "sha256-PSTsPt+OQhYQ/m/hm5PgHWrQXtbooT+tG0767KyiJJw="; 11 + sha256 = "sha256-pqAhUxKeFN7eebVdNN3Ge38sA30SUSu4Xn4HDZAjjyY="; 12 12 stripRoot = false; 13 13 }; 14 14 15 - cargoSha256 = "sha256-5Ap/PU8IjAPKKiFxzHqWQMspWkbTYIwTNiSMWIceUPc="; 15 + cargoSha256 = "sha256-idItRkymr+cxk3zv2mPBR/frCGvzEUdSAhY7gghfR3M="; 16 16 17 17 nativeBuildInputs = [ makeWrapper ]; 18 18