lol

zed-editor: 0.204.4 -> 0.204.5

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.204.5

botnk 4192cf15 70ef32a2

+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.204.4"; 102 + version = "0.204.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-uK3Efx9MBvNM2fXSLq05SdLjtI+He11qgsw8r1mWUWo="; 115 + hash = "sha256-P3mD4jaoQA4zWHjWtrvRBG25lgmudbkuFLP+Cy6xaDg="; 116 116 }; 117 117 118 118 patches = [ ··· 143 143 --replace-fail '$CARGO_ABOUT_VERSION' '${cargo-about.version}' 144 144 ''; 145 145 146 - cargoHash = "sha256-CyzitGBfZoKQKhCs09Q1skIGX+syMV7OPfQPNvX01ow="; 146 + cargoHash = "sha256-Mlcpcp9/+ZoUdQUYpYX33uxNoAE4gAFh0twGFxi4tNw="; 147 147 148 148 nativeBuildInputs = [ 149 149 cmake