Merge pull request #247333 from figsoda/felix

felix-fm: 2.6.0 -> 2.7.0
This commit is contained in:
Mario Rodas 2023-08-05 13:51:51 -05:00 committed by GitHub
commit ece9ec8d20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1345 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,21 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "felix";
version = "2.6.0";
version = "2.7.0";
src = fetchFromGitHub {
owner = "kyoheiu";
repo = pname;
rev = "v${version}";
sha256 = "sha256-e/NJmlXo6x/NUWU/JlVDItQK4c2XDC4unNNE+BUI5OE=";
sha256 = "sha256-3oXF9BG3BjGOeXqJHo3+fpcqcTOKrLED7Y3VQ06tnNA=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"syntect-5.0.0" = "sha256-RMdO5+oHLpNlAynvNIbCI0ia4KzaOO9IYwpiX6ZTwno=";
};
};
cargoHash = "sha256-2XMVappHbf1ZPtQO8zy8Z0n9wshDM4d30qkmG8OBoUY=";
nativeBuildInputs = [ pkg-config ];