figsoda
2023-05-25 17:27:35 -04:00
parent c2f6e54e7f
commit 9e8fb617b4
2 changed files with 269 additions and 259 deletions
File diff suppressed because it is too large Load Diff
@@ -9,19 +9,19 @@
rustPlatform.buildRustPackage rec {
pname = "felix";
version = "2.2.8";
version = "2.3.0";
src = fetchFromGitHub {
owner = "kyoheiu";
repo = pname;
rev = "v${version}";
sha256 = "sha256-CSmp3dPNbYgL/CKJTVYIfPbKphblK1j6xr4Lr5RZRqk=";
sha256 = "sha256-+8tYllK8UYW7hdA4qoH8Eiu6SbXvjRe4BFfEbwabuIY=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"syntect-5.0.0" = "sha256-ZVCQIVUKwNdV6tyep9THvyM132faDK48crgpWEHrRSQ=";
"syntect-5.0.0" = "sha256-Ql3zpfjZ5nopmqZyVOJ8qcRA8eXm6ZYzLsAnGA1+upY=";
};
};