protols: 0.12.5 -> 0.12.7 (#416342)

Co-authored-by: nartsisss <nartsiss@proton.me>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-13 09:41:43 +00:00
committed by GitHub
co-authored by nartsisss
+3 -3
View File
@@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "protols";
version = "0.12.5";
version = "0.12.7";
src = fetchFromGitHub {
owner = "coder3101";
repo = "protols";
tag = version;
hash = "sha256-zs78TKZU35UGAmEXK3EA9B6zRCqeCtNexHVAJERKyX8=";
hash = "sha256-3XTFKqUPXW7Zm9IruePxq8uY1H/axuE1h22cqQj/YGg=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Lh6KJ5zclT650tPIpMJBALLj4gnis+fglhewiZ5mpMs=";
cargoHash = "sha256-19CNMaDVI804ekxrmUjbx9WmqsG91rviLTsvFtN+D/o=";
meta = {
description = "Protocol Buffers language server written in Rust";