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

pest-ide-tools: 0.3.9 -> 0.3.11

authored by

Nick Cao and committed by
GitHub
ea5b0e47 6583a319

+3 -3
+3 -3
pkgs/development/tools/misc/pest-ide-tools/default.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "pest-ide-tools"; 13 - version = "0.3.9"; 14 - cargoSha256 = "sha256-kFLVzsk2ML78zWoLVX/tPz+rwBPziXmfGAcVSA7GiTA="; 13 + version = "0.3.11"; 14 + cargoSha256 = "sha256-ZD8UQbkk5JhkanBkzo+c86DZE4aD44ma5cN97aKx97U="; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "pest-parser"; 18 18 repo = "pest-ide-tools"; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-6051J3DQjI+Wp3iLn65GRmMnwOjGEtcWyXEKsT9k9fE="; 20 + sha256 = "sha256-12/FndzUbUlgcYcwMT1OfamSKgy2q+CvtGyx5YY4IFQ="; 21 21 }; 22 22 nativeBuildInputs = [ pkg-config ]; 23 23 buildInputs = [