pest-ide-tools: 0.3.6 -> 0.3.9

This commit is contained in:
R. Ryantm 2024-04-06 14:26:31 +00:00
parent f6eb921406
commit d218cc5138
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 = [