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

View File

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