depot/pkgs/development/libraries/protobuf/21.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
155 B
Nix
Raw Normal View History

{ callPackage, ... } @ args:
callPackage ./generic.nix ({
version = "21.12";
hash = "sha256-VZQEFHq17UsTH5CZZOcJBKiScGV2xPJ/e6gkkVliRCU=";
} // args)