mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-31 20:54:56 +00:00
Diff: https://github.com/protocolbuffers/protobuf/compare/v25.8...v25.9 Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v25.9
10 lines
164 B
Nix
10 lines
164 B
Nix
{ callPackage, ... }@args:
|
|
|
|
callPackage ./generic.nix (
|
|
{
|
|
version = "25.9";
|
|
hash = "sha256-Psv9dJxrHnlWTLZF+FwjqB/Yw2r8DWdcuvzB9vv0Nok=";
|
|
}
|
|
// args
|
|
)
|