depot/third_party/nixpkgs/pkgs/development/libraries/protobuf/27.nix

7 lines
154 B
Nix
Raw Normal View History

{ callPackage, ... } @ args:
callPackage ./generic.nix ({
version = "27.1";
hash = "sha256-9XOcjNm4k4VhQ/XagcVO2tXxp6bBdyuvrS7sNGy4wG0=";
} // args)