vimPlugins.cord-nvim: 2.2.3 -> 2.2.7 (#412404)

authored by Gaétan Lepage and committed by GitHub 84fffa3d 039a1109

+5 -6
+5 -6
pkgs/applications/editors/vim/plugins/non-generated/cord-nvim/default.nix
··· 7 vimUtils, 8 }: 9 let 10 - version = "2.2.3"; 11 src = fetchFromGitHub { 12 owner = "vyfor"; 13 repo = "cord.nvim"; 14 tag = "v${version}"; 15 - hash = "sha256-MhUjQxwATAGxIC8ACNDFDm249GzX4Npq3S+sHoUMuos="; 16 }; 17 cord-server = rustPlatform.buildRustPackage { 18 pname = "cord"; 19 - version = "2.2.3"; 20 - inherit src; 21 22 # The version in .github/server-version.txt differs from the one in Cargo.toml 23 postPatch = '' 24 substituteInPlace .github/server-version.txt \ 25 - --replace-fail "2.0.0-beta.30" "${version}" 26 ''; 27 28 useFetchCargoVendor = true; 29 - cargoHash = "sha256-hKt9d2u/tlD7bgo49O8oHDLljRvad9dEpGdFt+LH6Ec="; 30 31 # cord depends on nightly features 32 RUSTC_BOOTSTRAP = 1;
··· 7 vimUtils, 8 }: 9 let 10 + version = "2.2.7"; 11 src = fetchFromGitHub { 12 owner = "vyfor"; 13 repo = "cord.nvim"; 14 tag = "v${version}"; 15 + hash = "sha256-SONErPOIaRltx51+GCsGtR0FDSWp/36x3lDbYLSMxXM="; 16 }; 17 cord-server = rustPlatform.buildRustPackage { 18 pname = "cord"; 19 + inherit src version; 20 21 # The version in .github/server-version.txt differs from the one in Cargo.toml 22 postPatch = '' 23 substituteInPlace .github/server-version.txt \ 24 + --replace-fail "2.2.6" "${version}" 25 ''; 26 27 useFetchCargoVendor = true; 28 + cargoHash = "sha256-14u3rhpDYNKZ4YLoGp6OPeeXDo3EzGYO3yhE9BkDSC0="; 29 30 # cord depends on nightly features 31 RUSTC_BOOTSTRAP = 1;