zed-editor: 0.199.7 -> 0.199.8 (#434357)

authored by Niklas Korz and committed by GitHub d188a12b 69c60f45

+3 -3
+3 -3
pkgs/by-name/ze/zed-editor/package.nix
··· 99 in 100 rustPlatform.buildRustPackage (finalAttrs: { 101 pname = "zed-editor"; 102 - version = "0.199.7"; 103 104 outputs = [ 105 "out" ··· 112 owner = "zed-industries"; 113 repo = "zed"; 114 tag = "v${finalAttrs.version}"; 115 - hash = "sha256-Z6+p/cnNPtv8rFNyWYMtert5ERPUYj2XpshOnGEo6/4="; 116 }; 117 118 patches = [ ··· 138 --replace-fail "inner.redirect(policy)" "inner.redirect_policy(policy)" 139 ''; 140 141 - cargoHash = "sha256-72URty/xK93LX7tioPGLPhMG9SWvjM6pf7g/3BR46BQ="; 142 143 nativeBuildInputs = [ 144 cmake
··· 99 in 100 rustPlatform.buildRustPackage (finalAttrs: { 101 pname = "zed-editor"; 102 + version = "0.199.8"; 103 104 outputs = [ 105 "out" ··· 112 owner = "zed-industries"; 113 repo = "zed"; 114 tag = "v${finalAttrs.version}"; 115 + hash = "sha256-Ys82+R9ZKsxexVkZjPUMUI1VTimvBcmYt8uKpiLSMKQ="; 116 }; 117 118 patches = [ ··· 138 --replace-fail "inner.redirect(policy)" "inner.redirect_policy(policy)" 139 ''; 140 141 + cargoHash = "sha256-kPmbLQrx/+SzWFDeYgL7gko8PBi0k8a4kAWh7h7FbwM="; 142 143 nativeBuildInputs = [ 144 cmake