protobuf: 28.2 -> 28.3

Diff: https://github.com/protocolbuffers/protobuf/compare/v28.2...v28.3

Changelog:
https://github.com/protocolbuffers/protobuf/releases/tag/v28.3

+2 -2
+2 -2
pkgs/development/libraries/protobuf/28.nix
··· 2 2 3 3 callPackage ./generic.nix ( 4 4 { 5 - version = "28.2"; 6 - hash = "sha256-+ogjfmsbPUhqETJyHxoc1gYW/7a/JMc5l1gb/7WDqLE="; 5 + version = "28.3"; 6 + hash = "sha256-+bb5RxITzxuX50ItmpQhWEG1kMfvlizWTMJJzwlhhYM="; 7 7 } 8 8 // args 9 9 )