Skip to content

Commit

Permalink
protobuf_25: update 25.5 -> 25.6
Browse files Browse the repository at this point in the history
This is particularly relevant due to protobuf-java now asking you to
regenerate your generated classes using 25.6 or later.

protocolbuffers/protobuf#20084
GHSA-h4h5-3hr4-j3g2
  • Loading branch information
raboof committed Jan 26, 2025
1 parent 825479c commit 5e14059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/protobuf/25.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

callPackage ./generic.nix (
{
version = "25.5";
hash = "sha256-DFLlk4T8ODo3lmvrANlkIsrmDXZHmqMPTYxDWaz56qA=";
version = "25.6";
hash = "sha256-pXZGffQXjAUXworfcr75BrkADamC9pKZXNK0l/Bvk9g=";
}
// args
)

0 comments on commit 5e14059

Please sign in to comment.