zed-editor: 0.195.5 -> 0.196.5 (#427937)

authored by

Niklas Korz and committed by
GitHub
2ba6803e 944bc844

+3 -3
+3 -3
pkgs/by-name/ze/zed-editor/package.nix
··· 99 99 in 100 100 rustPlatform.buildRustPackage (finalAttrs: { 101 101 pname = "zed-editor"; 102 - version = "0.195.5"; 102 + version = "0.196.5"; 103 103 104 104 outputs = [ 105 105 "out" ··· 112 112 owner = "zed-industries"; 113 113 repo = "zed"; 114 114 tag = "v${finalAttrs.version}"; 115 - hash = "sha256-7ffh7aLAh9tzRFAFai0ZQbOBXXKiX+QMPzmfCtV0JwI="; 115 + hash = "sha256-aTH8ANG19xXkv++tMifzbRtoQ5GnfUW967CnTiY+L/s="; 116 116 }; 117 117 118 118 patches = [ ··· 139 139 ''; 140 140 141 141 useFetchCargoVendor = true; 142 - cargoHash = "sha256-A/oBHbt8prQyR15n77b/VHlz/wO2lxFp7M/OOZt3jHU="; 142 + cargoHash = "sha256-h/s35zHBS1lvNpv17gVby8zA3ddoh1ZM4WF+z51uvB8="; 143 143 144 144 nativeBuildInputs = [ 145 145 cmake