Merge pull request #302117 from r-ryantm/auto-update/pest-ide-tools

pest-ide-tools: 0.3.6 -> 0.3.9
This commit is contained in:
Weijia Wang 2024-04-12 10:16:09 +02:00 committed by GitHub
commit d517eff6c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -10,14 +10,14 @@
rustPlatform.buildRustPackage rec {
pname = "pest-ide-tools";
version = "0.3.6";
cargoSha256 = "sha256-uFcEE5Hlb0fhOH0birqeH+hOuAyZVjQOYFhoMdR8czM=";
version = "0.3.9";
cargoSha256 = "sha256-kFLVzsk2ML78zWoLVX/tPz+rwBPziXmfGAcVSA7GiTA=";
src = fetchFromGitHub {
owner = "pest-parser";
repo = "pest-ide-tools";
rev = "v${version}";
sha256 = "sha256-SymtMdj7QVOEiSeTjmVidejFeGK8swnM6nfT7u18URs=";
sha256 = "sha256-6051J3DQjI+Wp3iLn65GRmMnwOjGEtcWyXEKsT9k9fE=";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [