mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
Diff: https://github.com/protocolbuffers/protobuf/compare/v33.5...v33.6 Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v33.6
10 lines
164 B
Nix
10 lines
164 B
Nix
{ callPackage, ... }@args:
|
|
|
|
callPackage ./generic.nix (
|
|
{
|
|
version = "33.6";
|
|
hash = "sha256-Uoj1Q5D+ofWFc/GPOgOHgIWVwKrpJrpkHMpL+yU0/k8=";
|
|
}
|
|
// args
|
|
)
|